Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Missing results in completion #16

Closed
saks opened this issue Sep 23, 2016 · 0 comments
Closed

Missing results in completion #16

saks opened this issue Sep 23, 2016 · 0 comments
Labels

Comments

@saks
Copy link
Owner

saks commented Sep 23, 2016

$ make repl 
[1] ngx(timer)> ngx.E <TAB>
ngx.EMERG  ngx.ERR    ngx.ERROR  
[1] ngx(timer)> ngx.ERR <TAB>
ngx.ERR
[1] ngx(timer)> ngx.ERR

During second completion ngx.ERR and press TAB, there is the only completion result: ngx.ERR.
There must also be ngx.ERROR.

@saks saks added the bug label Sep 23, 2016
@saks saks closed this as completed in 060be6c Sep 23, 2016
saks added a commit that referenced this issue Sep 23, 2016
don't hide other completion results, fix #16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant