"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:
Jack Danger Canty
2015-01-19 22:21:14 -08:00
parent d550eecf70
commit 19c22cdb80
27 changed files with 82 additions and 78 deletions

View File

@@ -766,8 +766,8 @@ edit (
#ifdef UNIX
do_intr:
#endif
/* when 'insertmode' set, and not halfway a mapping, don't leave
* Insert mode */
// when 'insertmode' set, and not halfway through a mapping, don't leave
// Insert mode
if (goto_im()) {
if (got_int) {
(void)vgetc(); /* flush all buffers */