Check missing/added Ex commands in neovim *by script*
tyru opened this issue · 0 comments
tyru commented
Currently
s:VimLParser.neovim_additional_commandss: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
However,
nvim_get_commandsexists 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).