mirror of
https://github.com/neovim/neovim.git
synced 2025-10-14 22:06:07 +00:00
feat: mention ":help news" in intro #20674
This commit is contained in:
@@ -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 "),
|
||||
};
|
||||
|
Reference in New Issue
Block a user