You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indeed, I'd been wanting completion for :Glaive and just forgot to file a bug for it after moving to github. I also just filed #9 for adding a mechanism to query the current flag values, which is very related and might get done at the same time.
Contributions very welcome here. It's something I'd love to see but haven't had time to work on.
I wonder why you chose to make the notation different from Vim's notation.
:set list :Glaive plug list
:set nolist vs :Glaive plug !list
:set list! vs :Glaive plug ~list
:set invlist vs :Glaive plug ~list
:set list? vs TBD
:set list& vs N/A
Is there a technical reason for this? I think acceptance would be better if users could apply the same pattern as in standard :set.
I suspect you will want to add this sooner or later, might as well have an issue on the issue tracker!
Basic custom completion for a
:command
is easy to add but tremendously helpful for the user.and perhaps even
More info at
:h :command-completion
.The text was updated successfully, but these errors were encountered: