mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 09:48:19 +00:00
messages: Update common instances of Vim to Nvim #2031
This commit is contained in:
@@ -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. */
|
||||
|
Reference in New Issue
Block a user