diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-10-15 20:31:12 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-10-17 01:51:21 +0200 |
commit | d214df4e9b23b5f2d9f7e6c78624881a7d298cdb (patch) | |
tree | 6817d299e5b25833cfb45d0383bdd03b474aec60 /src/nvim/version.c | |
parent | 5baeb4a49c061472a125f98af798c522d8504fbe (diff) | |
download | rneovim-d214df4e9b23b5f2d9f7e6c78624881a7d298cdb.tar.gz rneovim-d214df4e9b23b5f2d9f7e6c78624881a7d298cdb.tar.bz2 rneovim-d214df4e9b23b5f2d9f7e6c78624881a7d298cdb.zip |
doc: replace ":CheckHealth" with ":checkhealth"
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 7e59f3327a..c2a8dcac07 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -1365,7 +1365,7 @@ void intro_message(int colon) N_("https://neovim.io/community"), "", N_("type :help nvim<Enter> if you are new! "), - N_("type :CheckHealth<Enter> to optimize Nvim"), + N_("type :checkhealth<Enter> to optimize Nvim"), N_("type :q<Enter> to exit "), N_("type :help<Enter> for help "), "", |