Skip to content

Commit ab1f434

Browse files
authored
Merge pull request #2498 from h-east/update-motion
Update motion.{txt,jax}
2 parents d44a243 + 5c5d9e3 commit ab1f434

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

doc/motion.jax

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*motion.txt* For Vim バージョン 9.1. Last change: 2025 Nov 09
1+
*motion.txt* For Vim バージョン 9.1. Last change: 2026 Feb 09
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -430,11 +430,13 @@ gE [count] WORD 後方の単語の最後に。|inclusive|
430430
これらのコマンドは word もしくは WORD 単位で移動します。
431431
*word*
432432
word はアルファベット、数字、アンダースコア、もしくは他の非空白文字の連続で構
433-
成され、ホワイトスペース(スペース、タブ、<EOL>)で区切られます。これらは
434-
'iskeyword' オプションで変更することができます。空行もwordとみなされます。
433+
成され、ホワイトスペース(スペース、タブ、<EOL>)で区切られる。これらは
434+
'iskeyword' オプションで変更することができる。255 を超える文字については、
435+
Unicode 文字クラスが変化した位置で単語が終了する(例えば、文字、下付き文字、絵
436+
文字などの間)。空行もwordとみなされる。
435437
*WORD*
436-
WORD は非空白文字の連続で構成され、ホワイトスペースで区切られます。空行もまた
437-
1つの WORD と見なされます
438+
WORD は非空白文字の連続で構成され、ホワイトスペースで区切られる。空行も 1 つの
439+
WORD と見なされる
438440

439441
折り畳まれた一連の行は1文字からなる1単語と数えられます。"w" と "W", "e" と "E"
440442
は折り畳まれた行の範囲の後の最初の word や WORD の初め/終わりに移動します。

en/motion.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*motion.txt* For Vim version 9.1. Last change: 2025 Nov 09
1+
*motion.txt* For Vim version 9.1. Last change: 2026 Feb 09
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -429,8 +429,10 @@ These commands move over words or WORDS.
429429
*word*
430430
A word consists of a sequence of letters, digits and underscores, or a
431431
sequence of other non-blank characters, separated with white space (spaces,
432-
tabs, <EOL>). This can be changed with the 'iskeyword' option. An empty line
433-
is also considered to be a word.
432+
tabs, <EOL>). This can be changed with the 'iskeyword' option. For
433+
characters above 255, a word ends when the Unicode character class changes
434+
(e.g., between letters, subscripts, emojis, etc). An empty line is also
435+
considered to be a word.
434436
*WORD*
435437
A WORD consists of a sequence of non-blank characters, separated with white
436438
space. An empty line is also considered to be a WORD.

0 commit comments

Comments
 (0)