aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/version.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index d4d406482d..32e15f200a 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -2228,6 +2228,9 @@ void intro_message(int colon)
N_("type :q<Enter> to exit "),
N_("type :help<Enter> for help "),
"",
+ N_("type :help news<Enter> to see changes in")
+ " v" STR(NVIM_VERSION_MAJOR) "." STR(NVIM_VERSION_MINOR) "." STR(NVIM_VERSION_PATCH),
+ "",
N_("Help poor children in Uganda!"),
N_("type :help iccf<Enter> for information "),
};