aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c17
1 files changed, 13 insertions, 4 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index a496af13b4..7ab7467661 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -80,15 +80,15 @@ static int included_patches[] = {
784,
//783,
//782,
- //781,
+ 781,
//780,
//779,
//778,
//777,
- //776,
+ 776,
775,
774,
- //773,
+ 773,
//772,
//771,
//770,
@@ -261,7 +261,7 @@ static int included_patches[] = {
//603,
//602,
601,
- //600,
+ 600,
599,
//598,
597,
@@ -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 "),
"",