mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
feat: mention ":help news" in intro #20674
This commit is contained in:
parent
0b71960ab1
commit
935e1ca743
@ -2228,6 +2228,9 @@ void intro_message(int colon)
|
|||||||
N_("type :q<Enter> to exit "),
|
N_("type :q<Enter> to exit "),
|
||||||
N_("type :help<Enter> for help "),
|
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_("Help poor children in Uganda!"),
|
||||||
N_("type :help iccf<Enter> for information "),
|
N_("type :help iccf<Enter> for information "),
|
||||||
};
|
};
|
||||||
|
@ -1263,7 +1263,6 @@ describe('ui/ext_messages', function()
|
|||||||
{1:~ }|
|
{1:~ }|
|
||||||
{1:~ }|
|
{1:~ }|
|
||||||
{1:~ }|
|
{1:~ }|
|
||||||
{1:~ }|
|
|
||||||
{MATCH:.*}|
|
{MATCH:.*}|
|
||||||
{1:~ }|
|
{1:~ }|
|
||||||
{1:~ }Nvim is open source and freely distributable{1: }|
|
{1:~ }Nvim is open source and freely distributable{1: }|
|
||||||
@ -1274,9 +1273,10 @@ describe('ui/ext_messages', function()
|
|||||||
{1:~ }type :q{5:<Enter>} to exit {1: }|
|
{1:~ }type :q{5:<Enter>} to exit {1: }|
|
||||||
{1:~ }type :help{5:<Enter>} for help {1: }|
|
{1:~ }type :help{5:<Enter>} for help {1: }|
|
||||||
{1:~ }|
|
{1:~ }|
|
||||||
{MATCH:.*}|
|
{1:~ }type :help news{5:<Enter>} to see changes in v{MATCH:.*}|
|
||||||
{MATCH:.*}|
|
|
||||||
{1:~ }|
|
{1:~ }|
|
||||||
|
{MATCH:.*}|
|
||||||
|
{MATCH:.*}|
|
||||||
{1:~ }|
|
{1:~ }|
|
||||||
{1:~ }|
|
{1:~ }|
|
||||||
{1:~ }|
|
{1:~ }|
|
||||||
@ -1319,7 +1319,6 @@ describe('ui/ext_messages', function()
|
|||||||
|
|
|
|
||||||
|
|
|
|
||||||
|
|
|
|
||||||
|
|
|
||||||
{MATCH:.*}|
|
{MATCH:.*}|
|
||||||
|
|
|
|
||||||
Nvim is open source and freely distributable |
|
Nvim is open source and freely distributable |
|
||||||
@ -1330,9 +1329,10 @@ describe('ui/ext_messages', function()
|
|||||||
type :q{5:<Enter>} to exit |
|
type :q{5:<Enter>} to exit |
|
||||||
type :help{5:<Enter>} for help |
|
type :help{5:<Enter>} for help |
|
||||||
|
|
|
|
||||||
{MATCH:.*}|
|
type :help news{5:<Enter>} to see changes in {MATCH:.*}|
|
||||||
{MATCH:.*}|
|
|
||||||
|
|
|
|
||||||
|
{MATCH:.*}|
|
||||||
|
{MATCH:.*}|
|
||||||
|
|
|
|
||||||
|
|
|
|
||||||
|
|
|
|
||||||
|
Loading…
Reference in New Issue
Block a user