Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Auto complete issue #23

Closed
slashmili opened this issue Apr 6, 2016 · 0 comments
Closed

Auto complete issue #23

slashmili opened this issue Apr 6, 2016 · 0 comments
Labels
Milestone

Comments

@slashmili
Copy link
Owner

These case don't work as I expect:

Sys^X^O

Returns only SystemLimitError.

System.get_

Returns get_env/0 and get_pid/0. And doesn't show get_env/1

@slashmili slashmili added the bug label Apr 6, 2016
@slashmili slashmili added this to the He­lium milestone Apr 6, 2016
@slashmili slashmili added the ready label Apr 6, 2016
slashmili added a commit that referenced this issue Apr 7, 2016
Looks like vim auto complete menu uses word as unique key and remove
duplicate rows, as the result of that it only shows `get_env/0` only
even though we return both `get_env/0` and `get_env/1`.
@slashmili slashmili removed the ready label Apr 7, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant