mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
refactor: remove :CheckHealth
Using :CheckHealth invokes an error, and many of the features from :checkhealth doesn't even work such as calling only a specific check. Users should use :checkhealth instead.
This commit is contained in:
@@ -21,7 +21,7 @@ Plugin authors are encouraged to write new healthchecks. |health-dev|
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
Commands *health-commands*
|
Commands *health-commands*
|
||||||
|
|
||||||
*:che* *:checkhealth* *:CheckHealth*
|
*:che* *:checkhealth*
|
||||||
:che[ckhealth] Run all healthchecks.
|
:che[ckhealth] Run all healthchecks.
|
||||||
*E5009*
|
*E5009*
|
||||||
Nvim depends on |$VIMRUNTIME|, 'runtimepath' and 'packpath' to
|
Nvim depends on |$VIMRUNTIME|, 'runtimepath' and 'packpath' to
|
||||||
|
@@ -1 +0,0 @@
|
|||||||
autocmd CmdUndefined CheckHealth checkhealth
|
|
@@ -5540,7 +5540,7 @@ msgstr "tekijät Bram Moolenaar et al."
|
|||||||
#~ msgstr "kirjoita :help iccf<Enter> lisätietoa varten "
|
#~ msgstr "kirjoita :help iccf<Enter> lisätietoa varten "
|
||||||
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#~ msgid "type :CheckHealth<Enter> to optimize Nvim"
|
#~ msgid "type :checkhealth<Enter> to optimize Nvim"
|
||||||
#~ msgstr "kirjoita :help iccf<Enter> lisätietoa varten "
|
#~ msgstr "kirjoita :help iccf<Enter> lisätietoa varten "
|
||||||
|
|
||||||
msgid "type :q<Enter> to exit "
|
msgid "type :q<Enter> to exit "
|
||||||
|
@@ -402,8 +402,6 @@ describe('startup', function()
|
|||||||
local line1 = string.match(out, '^.-\n')
|
local line1 = string.match(out, '^.-\n')
|
||||||
-- updatecount=0 means swapfile was disabled.
|
-- updatecount=0 means swapfile was disabled.
|
||||||
eq(" swapfile updatecount=0 shadafile=\n", line1)
|
eq(" swapfile updatecount=0 shadafile=\n", line1)
|
||||||
-- Standard plugins were loaded, but not user config.
|
|
||||||
eq('health.vim', string.match(out, 'health.vim'))
|
|
||||||
eq(nil, string.match(out, 'init.vim'))
|
eq(nil, string.match(out, 'init.vim'))
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
Reference in New Issue
Block a user