diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-06-16 01:48:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-16 01:48:05 -0400 |
commit | 51fe40a03389a9a6fa81d149f135527efcb3f722 (patch) | |
tree | 6ebbf8e64b1f8323070d1cd218e0e9c473b791f7 /src | |
parent | 1b1be69cd6101dc3276f35de5aa54a8334846609 (diff) | |
parent | 464bc16f81361a461c1da2769f13cebd82f067be (diff) | |
download | rneovim-51fe40a03389a9a6fa81d149f135527efcb3f722.tar.gz rneovim-51fe40a03389a9a6fa81d149f135527efcb3f722.tar.bz2 rneovim-51fe40a03389a9a6fa81d149f135527efcb3f722.zip |
Merge #4923 from justinmk/doc
doc: cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/version.c | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index c2e17b7377..5364fee953 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<Enter> 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<Enter> to exit "), + N_("type :help<Enter> or <F1> for on-line help"), "", N_("Help poor children in Uganda!"), N_("type :help iccf<Enter> for information "), - "", - N_("type :q<Enter> to exit "), - N_("type :help<Enter> or <F1> for on-line help"), - N_("type :help nvim<Enter> for Neovim help "), }; // blanklines = screen height - # message lines |