vim-vimlparser icon indicating copy to clipboard operation
vim-vimlparser copied to clipboard

Check missing/added Ex commands in neovim *by script*

Open tyru opened this issue 6 years ago • 0 comments
trafficstars

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

https://github.com/vim-jp/vim-vimlparser/issues/118#issuecomment-513278223

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).

tyru avatar Jul 19 '19 15:07 tyru