mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00

For back-compat, :CheckHealth runs :checkhealth. But don't define :CheckHealth explicitly, it adds noise to wildmenu completion. Completion of healthchecks doesn't yet work with :checkhealth, this is a regression but it needs to be implemented for :checkhealth rather than keeping :CheckHealth around.
2 lines
45 B
VimL
2 lines
45 B
VimL
autocmd CmdUndefined CheckHealth checkhealth
|