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. --- src/nvim/po/fi.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/po/fi.po b/src/nvim/po/fi.po index c8db9a64b5..ab6acf685f 100644 --- a/src/nvim/po/fi.po +++ b/src/nvim/po/fi.po @@ -5540,7 +5540,7 @@ msgstr "tekijät Bram Moolenaar et al." #~ msgstr "kirjoita :help iccf lisätietoa varten " #, fuzzy -#~ msgid "type :CheckHealth to optimize Nvim" +#~ msgid "type :checkhealth to optimize Nvim" #~ msgstr "kirjoita :help iccf lisätietoa varten " msgid "type :q to exit " -- cgit