Skip to content

Commit b9791dc

Browse files
authored
Merge pull request #2499 from h-east/update-options
Update options.{txt,jax}
2 parents ab1f434 + 6bd10a5 commit b9791dc

2 files changed

Lines changed: 20 additions & 6 deletions

File tree

doc/options.jax

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.1. Last change: 2026 Jan 30
1+
*options.txt* For Vim バージョン 9.1. Last change: 2026 Feb 09
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -5408,9 +5408,13 @@ Note 1番目の形式では、行全体がオプション指定に使われる
54085408
バッファについてローカル
54095409
Keyword は、"w", "*", "[i" 等の多くのコマンドで検索と認識に使われる。
54105410
またパターン |pattern| 内の "\k" にも使われる。このオプションの値の書
5411-
式の説明については、オプション 'isfname' を参考にすること。'@' は文字
5412-
コード 255 を超える文字で、"word" 文字クラスをチェックする (空白と句読
5413-
点ではない任意の文字)。
5411+
式の説明については、オプション 'isfname' を参考にすること。255 を超え
5412+
る '@' 文字については、"word" 文字クラス (Unicode の一般カテゴリに従っ
5413+
て文字、数字、または絵文字として分類される任意の文字) を確認すること。
5414+
5415+
Note "\k" 文字クラスと |word| 動作には違いがあることに注意。前者は任意
5416+
の単語文字にマッチするが、後者は文字クラスの変更で停止する。
5417+
54145418
C言語プログラムには "a-z,A-Z,48-57,_,.,-,>" が使えるだろう。
54155419
ヘルプファイルでは、このオプションは '*', '"', '|' と空白の仲間を除い
54165420
た全ての printable な文字 {訳注: 文書先頭を参照} に設定される (コマン
@@ -7417,6 +7421,8 @@ Note 1番目の形式では、行全体がオプション指定に使われる
74177421
'scrollfocus' 'scf' 切替 (既定ではオフ)
74187422
グローバル
74197423
{Vim の MS-Windows GUI 版のみで有効}
7424+
NOTE: このオプションは現在機能しない。将来のバージョンで修正または削除
7425+
される可能性がある。
74207426
スクロールホイールが使われてこのオプションがオンのとき、マウスポインタ
74217427
の下のウィンドウがスクロールされる。このオプションがオフのとき、現在の
74227428
ウィンドウがスクロールされる。

en/options.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2026 Jan 30
1+
*options.txt* For Vim version 9.1. Last change: 2026 Feb 09
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -5354,7 +5354,13 @@ A jump table for the options with a short description can be found at |Q_op|.
53545354
"w", "*", "[i", etc. It is also used for "\k" in a |pattern|. See
53555355
'isfname' for a description of the format of this option. For '@'
53565356
characters above 255 check the "word" character class (any character
5357-
that is not white space or punctuation).
5357+
that is categorized as a letter, number or emoji according to the
5358+
Unicode general category).
5359+
5360+
Note that there is a difference between the "\k" character class and
5361+
the |word| motion. The former matches any word character, while the
5362+
latter stops at a change of the character class.
5363+
53585364
For C programs you could use "a-z,A-Z,48-57,_,.,-,>".
53595365
For a help file it is set to all non-blank printable characters except
53605366
'*', '"' and '|' (so that CTRL-] on a command finds the help for that
@@ -7398,6 +7404,8 @@ A jump table for the options with a short description can be found at |Q_op|.
73987404
'scrollfocus' 'scf' boolean (default off)
73997405
global
74007406
{only for MS-Windows GUI}
7407+
NOTE: This option is currently not functional. It may be fixed or
7408+
removed in a future version.
74017409
When using the scroll wheel and this option is set, the window under
74027410
the mouse pointer is scrolled. With this option off the current
74037411
window is scrolled.

0 commit comments

Comments
 (0)