Skip to content

Commit 66af4f0

Browse files
committed
Follow the original update
1 parent 38dc054 commit 66af4f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/motion.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*motion.txt* For Vim バージョン 9.1. Last change: 2023 Dec 27
1+
*motion.txt* For Vim バージョン 9.1. Last change: 2024 Jul 14
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -433,7 +433,7 @@ WORD は非空白文字の連続で構成され、ホワイトスペースで区
433433

434434
特殊なケース: カーソルが非空白文字の上にあれば "cw" と "cW" は "ce" と "cE" の
435435
ように扱われます。これは "cw" が単語を変更するコマンドだと解釈されるからで、単
436-
語には続くホワイトスペースは含まれていないからです。
436+
語には続くホワイトスペースは含まれていないからです (|cw| も参照)
437437

438438
もう一つの特殊なケース: オペレータコマンドと移動コマンド "w" を組み合わせたと
439439
きカーソルがその上を移動した最後の単語が行末にあった場合、その単語の終わりがオ

en/motion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -434,7 +434,7 @@ WORD before the fold.
434434

435435
Special case: "cw" and "cW" are treated like "ce" and "cE" if the cursor is
436436
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|).
438438

439439
Another special case: When using the "w" motion in combination with an
440440
operator and the last word moved over is at the end of a line, the end of

0 commit comments

Comments
 (0)