From 2b35de386ee8854e1012feb4a6cc53b099220677 Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Wed, 12 Apr 2023 00:01:34 +0200 Subject: 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. --- runtime/plugin/health.vim | 1 - 1 file changed, 1 deletion(-) delete mode 100644 runtime/plugin/health.vim (limited to 'runtime/plugin/health.vim') 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 -- cgit