diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-10-16 20:14:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-16 20:14:14 +0200 |
commit | fbd6b10e1b5b68fdec70e8ae8a2ad8ac2221a710 (patch) | |
tree | 3dcdc5476f133c009d4ba43f0c820e7adae78e26 /src | |
parent | 0fa4f98a05bbcb60b5c317fac0e70da3821688fe (diff) | |
parent | acdc0b1955e531cd5a365066e1ce3a3fe22eefb9 (diff) | |
download | rneovim-fbd6b10e1b5b68fdec70e8ae8a2ad8ac2221a710.tar.gz rneovim-fbd6b10e1b5b68fdec70e8ae8a2ad8ac2221a710.tar.bz2 rneovim-fbd6b10e1b5b68fdec70e8ae8a2ad8ac2221a710.zip |
Merge #5493 from justinmk/checkhealth
CheckHealth: check tmux, terminfo
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/version.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 5bcd5ee8e3..0bc55df585 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -2652,14 +2652,13 @@ void intro_message(int colon) N_(NVIM_VERSION_LONG), "", N_("by Bram Moolenaar et al."), - N_("Vim is open source and freely distributable"), - "", - N_("Type \":Tutor\" or \":help nvim\" to get started!"), - "", - N_("Still have questions? https://neovim.io/community"), + N_("Nvim is open source and freely distributable"), + N_("https://neovim.io/community"), "", + N_("type :help nvim<Enter> if you are new! "), + N_("type :CheckHealth<Enter> to optimize Nvim"), N_("type :q<Enter> to exit "), - N_("type :help<Enter> or <F1> for on-line help"), + N_("type :help<Enter> for help "), "", N_("Help poor children in Uganda!"), N_("type :help iccf<Enter> for information "), |