Add introductory text to intro screen. #1885

This commit is contained in:
Florian Walch 2015-07-21 15:03:51 +03:00 committed by Justin M. Keyes
parent 197a5ad376
commit 90ef218610

View File

@ -1098,6 +1098,15 @@ void intro_message(int colon)
N_("by Bram Moolenaar et al."), N_("by Bram Moolenaar et al."),
N_("Vim is open source and freely distributable"), N_("Vim is open source and freely distributable"),
"", "",
N_("First time using a vi-like editor?"),
N_("Type :Tutor<Enter> to get started!"),
"",
N_("Already know your way around Vim?"),
N_("See :help nvim-intro for an introduction to Neovim."),
"",
N_("Still have questions?"),
N_("Reach out to the Neovim community at neovim.io/community."),
"",
N_("Help poor children in Uganda!"), N_("Help poor children in Uganda!"),
N_("type :help iccf<Enter> for information "), N_("type :help iccf<Enter> for information "),
"", "",