diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-02-20 16:54:21 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-04-08 23:05:39 -0400 |
commit | 0f6e25a9e4b1bdc9114d2acd5ceee1520b76e7aa (patch) | |
tree | 40caaabed5c7a10750a1ffb22f07c97cad2b1c9f /src/nvim/normal.c | |
parent | 6df132f4a40d84cce57db85c831384bfdcb2ab3e (diff) | |
download | rneovim-0f6e25a9e4b1bdc9114d2acd5ceee1520b76e7aa.tar.gz rneovim-0f6e25a9e4b1bdc9114d2acd5ceee1520b76e7aa.tar.bz2 rneovim-0f6e25a9e4b1bdc9114d2acd5ceee1520b76e7aa.zip |
messages: Update common instances of Vim to Nvim #2031
Diffstat (limited to 'src/nvim/normal.c')
-rw-r--r-- | src/nvim/normal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/normal.c b/src/nvim/normal.c index c210c8fe8f..be52d6294a 100644 --- a/src/nvim/normal.c +++ b/src/nvim/normal.c @@ -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. */ |