Merge pull request #1412 from fwalch/startup-help

version: Refer to nvim help on startup screen.
This commit is contained in:
Justin M. Keyes 2014-11-06 09:45:30 -05:00
commit 7c7874d11b
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
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.
It is not meant for Vim beginners. For a basic introduction to Vim,

View File

@ -918,6 +918,7 @@ void intro_message(int colon)
"",
N_("type :q<Enter> to exit "),
N_("type :help<Enter> or <F1> for on-line help"),
N_("type :help nvim<Enter> for Neovim help "),
};
// blanklines = screen height - # message lines