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
However, nvim_get_commands exists already (although only for non-builtin). Might be useful in general, but only for "dynamic" linting/parsing (i.e. not for vint, vimlparser.py etc, which need the list already).
The text was updated successfully, but these errors were encountered:
Currently
s:VimLParser.neovim_additional_commands
s:VimLParser.neovim_removed_commands
is managed manually.
neovim supports
nvim_get_commands()
listing available commands.So it can automate by adding script diffing command list.
Ref
#118 (comment)
The text was updated successfully, but these errors were encountered: