diff options
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 1 |
1 files changed, 1 insertions, 0 deletions
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<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 |