diff options
author | Jack Danger Canty <jackdanger@squareup.com> | 2015-01-19 22:21:14 -0800 |
---|---|---|
committer | Jack Danger Canty <jackdanger@squareup.com> | 2015-01-22 21:57:03 -0800 |
commit | 19c22cdb80e30711be5af33cb6726566ad629944 (patch) | |
tree | e83b3e922b402921da48d721b7b8199b6a0a62f2 /runtime/doc/usr_03.txt | |
parent | d550eecf7092397d064df26850d4a09d9ab4a481 (diff) | |
download | rneovim-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_03.txt')
-rw-r--r-- | runtime/doc/usr_03.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/usr_03.txt b/runtime/doc/usr_03.txt index 6173260895..18a1f23e9f 100644 --- a/runtime/doc/usr_03.txt +++ b/runtime/doc/usr_03.txt @@ -200,7 +200,8 @@ more typing. last line of a file V Another way to move to a line is using the "%" command with a count. For -example "50%" moves you to halfway the file. "90%" goes to near the end. +example, "50%" moves you halfway through the file, and "90%" goes to near the +end. The previous assumes that you want to move to a line in the file, no matter if it's currently visible or not. What if you want to move to one of the lines |