mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
Add introductory text to intro screen. #1885
This commit is contained in:
parent
197a5ad376
commit
90ef218610
@ -1098,6 +1098,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_("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_("type :help iccf<Enter> for information "),
|
||||
"",
|
||||
|
Loading…
Reference in New Issue
Block a user