aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/motion.txt
diff options
context:
space:
mode:
authorDavid Bürgin <676c7473@gmail.com>2015-04-25 18:07:24 +0200
committerJustin M. Keyes <justinkz@gmail.com>2015-04-27 01:08:17 -0400
commit4230f8c332ce56ed2369f1500f7eaceb0bd968f3 (patch)
tree7f5d5dea711d64f0395ed608c748e71db775957d /runtime/doc/motion.txt
parentb85db92d7f88aa9636bdc5b49d0f4d7d50eba389 (diff)
downloadrneovim-4230f8c332ce56ed2369f1500f7eaceb0bd968f3.tar.gz
rneovim-4230f8c332ce56ed2369f1500f7eaceb0bd968f3.tar.bz2
rneovim-4230f8c332ce56ed2369f1500f7eaceb0bd968f3.zip
'cpoptions': Remove "w" flag #2507
Diffstat (limited to 'runtime/doc/motion.txt')
-rw-r--r--runtime/doc/motion.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt
index 6d79f6a66b..2d4f23d443 100644
--- a/runtime/doc/motion.txt
+++ b/runtime/doc/motion.txt
@@ -409,9 +409,7 @@ WORD before the fold.
Special case: "cw" and "cW" are treated like "ce" and "cE" if the cursor is
on a non-blank. This is because "cw" is interpreted as change-word, and a
-word does not include the following white space. {Vi: "cw" when on a blank
-followed by other blanks changes only the first blank; this is probably a
-bug, because "dw" deletes all the blanks}
+word does not include the following white space.
Another special case: When using the "w" motion in combination with an
operator and the last word moved over is at the end of a line, the end of