diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-04-12 00:01:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-12 00:01:34 +0200 |
commit | 2b35de386ee8854e1012feb4a6cc53b099220677 (patch) | |
tree | ea684ebd977f05435a8af2e1ba665998095493ee /src | |
parent | f4136c9d42f79c0f2fe3ce6fdc22b1544593692a (diff) | |
download | rneovim-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 'src')
-rw-r--r-- | src/nvim/po/fi.po | 2 |
1 files changed, 1 insertions, 1 deletions
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<Enter> lisätietoa varten " #, fuzzy -#~ msgid "type :CheckHealth<Enter> to optimize Nvim" +#~ msgid "type :checkhealth<Enter> to optimize Nvim" #~ msgstr "kirjoita :help iccf<Enter> lisätietoa varten " msgid "type :q<Enter> to exit " |