mirror of
https://github.com/neovim/neovim.git
synced 2025-01-01 17:23:36 -07:00
Merge pull request #1412 from fwalch/startup-help
version: Refer to nvim help on startup screen.
This commit is contained in:
commit
7c7874d11b
@ -4,7 +4,7 @@
|
|||||||
NVIM REFERENCE MANUAL by Thiago de Arruda
|
NVIM REFERENCE MANUAL by Thiago de Arruda
|
||||||
|
|
||||||
|
|
||||||
Introduction to Nvim *nvim-intro*
|
Introduction to Nvim *nvim* *nvim-intro*
|
||||||
|
|
||||||
This is an introduction to Vim users that are just getting started with Nvim.
|
This is an introduction to Vim users that are just getting started with Nvim.
|
||||||
It is not meant for Vim beginners. For a basic introduction to Vim,
|
It is not meant for Vim beginners. For a basic introduction to Vim,
|
||||||
|
@ -918,6 +918,7 @@ void intro_message(int colon)
|
|||||||
"",
|
"",
|
||||||
N_("type :q<Enter> to exit "),
|
N_("type :q<Enter> to exit "),
|
||||||
N_("type :help<Enter> or <F1> for on-line help"),
|
N_("type :help<Enter> or <F1> for on-line help"),
|
||||||
|
N_("type :help nvim<Enter> for Neovim help "),
|
||||||
};
|
};
|
||||||
|
|
||||||
// blanklines = screen height - # message lines
|
// blanklines = screen height - # message lines
|
||||||
|
Loading…
Reference in New Issue
Block a user