File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- *motion.txt* For Vim バージョン 9.1. Last change: 2023 Dec 27
1
+ *motion.txt* For Vim バージョン 9.1. Last change: 2024 Jul 14
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -433,7 +433,7 @@ WORD は非空白文字の連続で構成され、ホワイトスペースで区
433
433
434
434
特殊なケース: カーソルが非空白文字の上にあれば "cw" と "cW" は "ce" と "cE" の
435
435
ように扱われます。これは "cw" が単語を変更するコマンドだと解釈されるからで、単
436
- 語には続くホワイトスペースは含まれていないからです。
436
+ 語には続くホワイトスペースは含まれていないからです ( | cw | も参照) 。
437
437
438
438
もう一つの特殊なケース: オペレータコマンドと移動コマンド "w" を組み合わせたと
439
439
きカーソルがその上を移動した最後の単語が行末にあった場合、その単語の終わりがオ
Original file line number Diff line number Diff line change 1
- *motion.txt* For Vim version 9.1. Last change: 2023 Dec 27
1
+ *motion.txt* For Vim version 9.1. Last change: 2024 Jul 14
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -434,7 +434,7 @@ WORD before the fold.
434
434
435
435
Special case: "cw" and "cW" are treated like "ce" and "cE" if the cursor is
436
436
on a non-blank. This is because "cw" is interpreted as change-word, and a
437
- word does not include the following white space.
437
+ word does not include the following white space (see also | cw | ) .
438
438
439
439
Another special case: When using the "w" motion in combination with an
440
440
operator and the last word moved over is at the end of a line, the end of
You can’t perform that action at this time.
0 commit comments