From 4230f8c332ce56ed2369f1500f7eaceb0bd968f3 Mon Sep 17 00:00:00 2001 From: David Bürgin <676c7473@gmail.com> Date: Sat, 25 Apr 2015 18:07:24 +0200 Subject: 'cpoptions': Remove "w" flag #2507 --- runtime/doc/motion.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'runtime/doc/motion.txt') 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 -- cgit