messages: Update common instances of Vim to Nvim #2031

This commit is contained in:
Michael Reed
2015-02-20 16:54:21 -05:00
parent 6df132f4a4
commit 0f6e25a9e4
40 changed files with 78 additions and 78 deletions

View File

@@ -6934,7 +6934,7 @@ static void nv_esc(cmdarg_T *cap)
&& cmdwin_type == 0
&& !VIsual_active
&& no_reason)
MSG(_("Type :quit<Enter> to exit Vim"));
MSG(_("Type :quit<Enter> to exit Nvim"));
/* Don't reset "restart_edit" when 'insertmode' is set, it won't be
* set again below when halfway through a mapping. */