diff --git a/runtime/doc/nvim_intro.txt b/runtime/doc/nvim_intro.txt index d3aa459ba2..7b115b1912 100644 --- a/runtime/doc/nvim_intro.txt +++ b/runtime/doc/nvim_intro.txt @@ -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, diff --git a/src/nvim/version.c b/src/nvim/version.c index 0cdf4d9f16..836a324e2e 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -917,6 +917,7 @@ void intro_message(int colon) "", N_("type :q to exit "), N_("type :help or for on-line help"), + N_("type :help nvim for Neovim help "), }; // blanklines = screen height - # message lines