From 935e1ca743abb4fce1effef063e5645f3df88119 Mon Sep 17 00:00:00 2001 From: Gregory Anders <8965202+gpanders@users.noreply.github.com> Date: Sun, 16 Oct 2022 15:55:18 -0600 Subject: feat: mention ":help news" in intro #20674 --- src/nvim/version.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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 to exit "), N_("type :help for help "), "", + N_("type :help news 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 for information "), }; -- cgit