Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tyru opened this issue Jul 19, 2019 · 0 comments
Open

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

tyru opened this issue Jul 19, 2019 · 0 comments

Comments

@tyru
Copy link
Member

tyru commented Jul 19, 2019

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)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant