From 742787fe9e9016971edf0eefc7cd9a1d19f73008 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Wed, 15 Jun 2016 21:33:47 -0400 Subject: doc: consolidate nvim.txt --- src/nvim/version.c | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'src') diff --git a/src/nvim/version.c b/src/nvim/version.c index 04a6f63451..f0b4669462 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -1904,21 +1904,15 @@ void intro_message(int colon) N_("by Bram Moolenaar et al."), N_("Vim is open source and freely distributable"), "", - N_("First time using a vi-like editor?"), - N_("Type :Tutor to get started!"), + N_("Type \":Tutor\" or \":help nvim\" to get started!"), "", - N_("Already know your way around Vim?"), - N_("See :help nvim-intro for an introduction to Neovim."), + N_("Still have questions? https://neovim.io/community"), "", - N_("Still have questions?"), - N_("Reach out to the Neovim community at neovim.io/community."), + N_("type :q to exit "), + N_("type :help or for on-line help"), "", N_("Help poor children in Uganda!"), N_("type :help iccf for information "), - "", - N_("type :q to exit "), - N_("type :help or for on-line help"), - N_("type :help nvim for Neovim help "), }; // blanklines = screen height - # message lines -- cgit