aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-04-12 00:01:34 +0200
committerGitHub <noreply@github.com>2023-04-12 00:01:34 +0200
commit2b35de386ee8854e1012feb4a6cc53b099220677 (patch)
treeea684ebd977f05435a8af2e1ba665998095493ee /runtime
parentf4136c9d42f79c0f2fe3ce6fdc22b1544593692a (diff)
downloadrneovim-2b35de386ee8854e1012feb4a6cc53b099220677.tar.gz
rneovim-2b35de386ee8854e1012feb4a6cc53b099220677.tar.bz2
rneovim-2b35de386ee8854e1012feb4a6cc53b099220677.zip
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.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/pi_health.txt2
-rw-r--r--runtime/plugin/health.vim1
2 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/pi_health.txt b/runtime/doc/pi_health.txt
index 2ae93b098a..a0e06a7d37 100644
--- a/runtime/doc/pi_health.txt
+++ b/runtime/doc/pi_health.txt
@@ -21,7 +21,7 @@ Plugin authors are encouraged to write new healthchecks. |health-dev|
==============================================================================
Commands *health-commands*
- *:che* *:checkhealth* *:CheckHealth*
+ *:che* *:checkhealth*
:che[ckhealth] Run all healthchecks.
*E5009*
Nvim depends on |$VIMRUNTIME|, 'runtimepath' and 'packpath' to
diff --git a/runtime/plugin/health.vim b/runtime/plugin/health.vim
deleted file mode 100644
index 66ae8fb239..0000000000
--- a/runtime/plugin/health.vim
+++ /dev/null
@@ -1 +0,0 @@
-autocmd CmdUndefined CheckHealth checkhealth