mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
doc: consolidate nvim.txt
This commit is contained in:
@@ -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?"),
|
||||
N_("Reach out to the Neovim community at neovim.io/community."),
|
||||
"",
|
||||
N_("Help poor children in Uganda!"),
|
||||
N_("type :help iccf<Enter> for information "),
|
||||
N_("Still have questions? https://neovim.io/community"),
|
||||
"",
|
||||
N_("type :q<Enter> to exit "),
|
||||
N_("type :help<Enter> or <F1> for on-line help"),
|
||||
N_("type :help nvim<Enter> for Neovim help "),
|
||||
"",
|
||||
N_("Help poor children in Uganda!"),
|
||||
N_("type :help iccf<Enter> for information "),
|
||||
};
|
||||
|
||||
// blanklines = screen height - # message lines
|
||||
|
Reference in New Issue
Block a user