Skip to content

Commit c72285a

Browse files
authored
Fix *WORD*
空行の説明箇所に余計な文言 "word と " があったので削除しました。
1 parent fb7d43a commit c72285a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/motion.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ word はアルファベット、数字、アンダースコア、もしくは他
410410
'iskeyword' オプションで変更することができます。空行もwordとみなされます。
411411
*WORD*
412412
WORD は非空白文字の連続で構成され、ホワイトスペースで区切られます。空行もまた
413-
1つの word と WORD と見なされます。
413+
1つの WORD と見なされます。
414414

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

0 commit comments

Comments
 (0)