aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-10-16 20:14:14 +0200
committerGitHub <noreply@github.com>2016-10-16 20:14:14 +0200
commitfbd6b10e1b5b68fdec70e8ae8a2ad8ac2221a710 (patch)
tree3dcdc5476f133c009d4ba43f0c820e7adae78e26 /src
parent0fa4f98a05bbcb60b5c317fac0e70da3821688fe (diff)
parentacdc0b1955e531cd5a365066e1ce3a3fe22eefb9 (diff)
downloadrneovim-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.c11
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 "),