Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

erlang_complete#Complete(1, '') return the wrong index #25

Open
damnever opened this issue Jun 26, 2018 · 2 comments
Open

erlang_complete#Complete(1, '') return the wrong index #25

damnever opened this issue Jun 26, 2018 · 2 comments
Assignees

Comments

@damnever
Copy link

damnever commented Jun 26, 2018

For example:

-module(xx).
-export(main/0).

main() ->
    io:

I think it should return 4 rather than 7.

@hcs42
Copy link
Member

hcs42 commented Jun 28, 2018

Could you elaborate on why you think that would be better?

@hcs42 hcs42 self-assigned this Jun 28, 2018
@damnever
Copy link
Author

damnever commented Jul 7, 2018

The other completion framework may depend on it, such as completor.vim.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants