This commit is contained in:
Derek Keith 2016-01-19 03:03:11 -07:00
parent 9c0a49c7be
commit 5a2191a5fc

View File

@ -462,7 +462,7 @@ patterns, e.g.:
This would delete the first line containing "quux" after the first line
containing "bar" after the first line containing "foo" after the current line.
Somtimes Vim automatically prepends the command-line with a range. E.g. start a
Sometimes Vim automatically prepends the command-line with a range. E.g. start a
visual line selection with `V`, select some lines and type `:`. The command-line
will be populated with the range `'<,'>`, which means the following command will
use the previously selected lines as a range. (This is also why you sometimes