From 19c22cdb80e30711be5af33cb6726566ad629944 Mon Sep 17 00:00:00 2001 From: Jack Danger Canty Date: Mon, 19 Jan 2015 22:21:14 -0800 Subject: "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. --- runtime/doc/options.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'runtime/doc/options.txt') diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index b707fb40f9..6c14d8e8fd 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1173,7 +1173,7 @@ A jump table for the options with a short description can be found at |Q_op|. Some applications use the BOM to recognize the encoding of the file. Often used for UCS-2 files on MS-Windows. For other applications it causes trouble, for example: "cat file1 file2" makes the BOM of file2 - appear halfway the resulting file. Gcc doesn't accept a BOM. + appear halfway through the resulting file. Gcc doesn't accept a BOM. When Vim reads a file and 'fileencodings' starts with "ucs-bom", a check for the presence of the BOM is done and 'bomb' set accordingly. Unless 'binary' is set, it is removed from the first line, so that you @@ -1998,9 +1998,10 @@ A jump table for the options with a short description can be found at |Q_op|. Also see the '<' flag below. *cpo-K* K Don't wait for a key code to complete when it is - halfway a mapping. This breaks mapping when - only part of the second has been read. It - enables cancelling the mapping by typing . + halfway through a mapping. This breaks mapping + when only part of the second has been + read. It enables cancelling the mapping by typing + . *cpo-l* l Backslash in a [] range in a search pattern is taken literally, only "\]", "\^", "\-" and "\\" are special. -- cgit