mirror of
https://github.com/neovim/neovim.git
synced 2026-04-30 19:24:09 +00:00
CheckHealth: Accept [plugin1 [, plugin2 [, ...]]] args.
To healthcheck the "foo" plugin:
:CheckHealth foo
To healthcheck the "foo" and "bar" plugins:
:CheckHealth foo bar
To run all auto-discovered healthchecks:
:CheckHealth
This commit is contained in:
@@ -1 +1 @@
|
||||
command! -bang CheckHealth call health#check(<bang>0)
|
||||
command! -nargs=* CheckHealth call health#check([<f-args>])
|
||||
|
||||
Reference in New Issue
Block a user