From 6fc122e600bae630ccf768baece84fbd17eda81e Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 16 Oct 2016 03:54:22 +0200 Subject: doc --- src/nvim/version.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/nvim/version.c') 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 if you are new! "), + N_("type :CheckHealth to optimize Nvim"), N_("type :q to exit "), - N_("type :help or for on-line help"), + N_("type :help for help "), "", N_("Help poor children in Uganda!"), N_("type :help iccf for information "), -- cgit