aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/usr_23.txt
diff options
context:
space:
mode:
authorJack Danger Canty <jackdanger@squareup.com>2015-01-19 22:21:14 -0800
committerJack Danger Canty <jackdanger@squareup.com>2015-01-22 21:57:03 -0800
commit19c22cdb80e30711be5af33cb6726566ad629944 (patch)
treee83b3e922b402921da48d721b7b8199b6a0a62f2 /runtime/doc/usr_23.txt
parentd550eecf7092397d064df26850d4a09d9ab4a481 (diff)
downloadrneovim-19c22cdb80e30711be5af33cb6726566ad629944.tar.gz
rneovim-19c22cdb80e30711be5af33cb6726566ad629944.tar.bz2
rneovim-19c22cdb80e30711be5af33cb6726566ad629944.zip
"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.
Diffstat (limited to 'runtime/doc/usr_23.txt')
-rw-r--r--runtime/doc/usr_23.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/usr_23.txt b/runtime/doc/usr_23.txt
index 0578a63ae5..bdb3b7afd6 100644
--- a/runtime/doc/usr_23.txt
+++ b/runtime/doc/usr_23.txt
@@ -61,10 +61,10 @@ The three names that Vim uses are:
USING THE MAC FORMAT
On Unix, <LF> is used to break a line. It's not unusual to have a <CR>
-character halfway a line. Incidentally, this happens quite often in Vi (and
-Vim) scripts.
+character halfway in a line. Incidentally, this happens quite often in Vi
+(and Vim) scripts.
On the Macintosh, where <CR> is the line break character, it's possible to
-have a <LF> character halfway a line.
+have a <LF> character halfway in a line.
The result is that it's not possible to be 100% sure whether a file
containing both <CR> and <LF> characters is a Mac or a Unix file. Therefore,
Vim assumes that on Unix you probably won't edit a Mac file, and doesn't check