aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/change.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/change.txt
parentb85db92d7f88aa9636bdc5b49d0f4d7d50eba389 (diff)
downloadrneovim-4230f8c332ce56ed2369f1500f7eaceb0bd968f3.tar.gz
rneovim-4230f8c332ce56ed2369f1500f7eaceb0bd968f3.tar.bz2
rneovim-4230f8c332ce56ed2369f1500f7eaceb0bd968f3.zip
'cpoptions': Remove "w" flag #2507
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r--runtime/doc/change.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index c27076dd23..2453cd2caf 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -248,9 +248,6 @@ Special case: When the cursor is in a word, "cw" and "cW" do not include the
white space after a word, they only change up to the end of the word. This is
because Vim interprets "cw" 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; use the
-'w' flag in 'cpoptions' to make it work like Vi anyway}
If you prefer "cw" to include the space after a word, use this mapping: >
:map cw dwi