Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Difficult error messages on command completion for invalid commands #204

Closed
devth opened this issue Apr 29, 2019 · 1 comment
Closed

Difficult error messages on command completion for invalid commands #204

devth opened this issue Apr 29, 2019 · 1 comment

Comments

@devth
Copy link

devth commented Apr 29, 2019

New gina user here. I'm trying latest on neovim.

When I typed :Gina-stat and hit <tab> I get this error:

:Gina-stat...                                                                                                                                                                                                                                   
Error detected while processing function gina#command#complete[15]..gina#core#revelator#call[1]..<SNR>234_call:                                                                                                                                 
line    4:                                                                                                                                                                                                                                      
E117: Unknown function: gina#command##complete                                                                                                                                                                                                  
:Gina-statu...                                                                                                                                                                                                                                  
E117: Unknown function: gina#command##complete                                                                                                                                                                                                  
:Gina-statu                                     
@lambdalisue
Copy link
Owner

Ah, well the correct command is :Gina status rather than :Gina-status (Vim's help tag cannot contains whitespaces so - is used in tag).
But the message should be more user-friendly I guess. I'll check it 👍

@lambdalisue lambdalisue changed the title Error when attempting to tab complete Difficult error messages on command completion for invalid commands Apr 30, 2019
@lambdalisue lambdalisue mentioned this issue May 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants