diff options
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 5b138f2d88..f140922082 100644 --- a/src/nvim/normal.c +++ b/src/nvim/normal.c @@ -6954,7 +6954,7 @@ static void nv_esc(cmdarg_T *cap) MSG(_("Type :quit<Enter> to exit Vim")); /* Don't reset "restart_edit" when 'insertmode' is set, it won't be - * set again below when halfway a mapping. */ + * set again below when halfway through a mapping. */ if (!p_im) restart_edit = 0; if (cmdwin_type != 0) { |