mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
341102fe9f
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
|