mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 02:08:17 +00:00
"halfway a line" is a very confusing phrase
If you Google for this phrase found in the Vim documentation you'll find almost exclusively hits from the Vim documentation. I think changing "halfway a line" to "halfway through a line" makes more sense. There seems to be an pervasive odd use of the word 'halfway' in the original docs which I'm updating everywhere.
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user