Skip to content

Commit d70247f

Browse files
authored
Merge pull request #2453 from h-east/update-options
Update options.{txt,jax}
2 parents e844491 + 2c84f20 commit d70247f

2 files changed

Lines changed: 23 additions & 8 deletions

File tree

doc/options.jax

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.1. Last change: 2025 Dec 18
1+
*options.txt* For Vim バージョン 9.1. Last change: 2025 Dec 23
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -4612,6 +4612,12 @@ Note 1番目の形式では、行全体がオプション指定に使われる
46124612
*'go-T'*
46134613
'T' ツールバーを表示する。現在のところWin32, GTK+ と Motif,
46144614
Photon GUIでのみ有効である。
4615+
*'go-s'*
4616+
's' 全画面モードを有効にする。 現在、MS-Windows GUI バージョンでの
4617+
みサポートされている。設定するとウィンドウが画面全体を占有し、ウィン
4618+
ドウの装飾が削除される。 カスタムマッピングを定義して、このモードを
4619+
簡単に切り替える。詳しい使用手順については、|gui-w32-fullscreen| を
4620+
参照。
46154621
*'go-r'*
46164622
'r' 右スクロールバーを常に表示する。
46174623
*'go-R'*
@@ -6095,8 +6101,8 @@ Note 1番目の形式では、行全体がオプション指定に使われる
60956101
マッチ数がこの値を超えると、検索を高速化するために、正確な数の代わりに
60966102
">" が表示される。
60976103
Note: 値を大きくするとパフォーマンスに影響する可能性がある。
6098-
値は 1 から 9999 までの範囲で指定する必要がある。
6099-
6104+
値は 1 から 9999 までの範囲で指定する必要がある。|searchcount()| 関数
6105+
も参照。
61006106
*'menuitems'* *'mis'*
61016107
'menuitems' 'mis' 数値 (既定では 25)
61026108
グローバル
@@ -7892,7 +7898,8 @@ Note 1番目の形式では、行全体がオプション指定に使われる
78927898
る) 場合、"search hit BOTTOM, continuing at TOP" および
78937899
"search hit TOP, continuing at BOTTOM" メッセージは、検索件数
78947900
統計の前に "W" (覚え方: Wrapped) 文字のみで示される。最大制限
7895-
数は 'maxsearchcount' オプションで設定できる。
7901+
数は 'maxsearchcount' オプションで設定できる。|searchcount()|
7902+
関数も参照。
78967903

78977904
このオプションはバッファを変更するとき <Enter> を打ち込むのを避ける機
78987905
会を提供する。が、表示の余裕がある限り有益なメッセージを表示する。

en/options.txt

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2025 Dec 18
1+
*options.txt* For Vim version 9.1. Last change: 2025 Dec 23
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1823,7 +1823,7 @@ A jump table for the options with a short description can be found at |Q_op|.
18231823
prepend, e.g.: >
18241824
set clipboard^=unnamed
18251825
< When using the GUI see |'go-A'|.
1826-
When using the |clipboard-providers| feature, only the "unamed" and
1826+
When using the |clipboard-providers| feature, only the "unnamed" and
18271827
"unnamedplus" features will be recognized If compiled without the
18281828
|+clipboard| feature but compiled with the |+clipboard_provider|
18291829
feature, then they will be the only values allowed and the other
@@ -4572,6 +4572,12 @@ A jump table for the options with a short description can be found at |Q_op|.
45724572
*'go-T'*
45734573
'T' Include Toolbar. Currently only in Win32, GTK+, Motif and
45744574
Photon GUIs.
4575+
*'go-s'*
4576+
's' Enable fullscreen mode. Currently only supported in the
4577+
MS-Windows GUI version. When set, the window will occupy the
4578+
entire screen and remove window decorations. Define custom
4579+
mappings to toggle this mode conveniently. For detailed usage
4580+
instructions, see |gui-w32-fullscreen|.
45754581
*'go-r'*
45764582
'r' Right-hand scrollbar is always present.
45774583
*'go-R'*
@@ -6033,7 +6039,8 @@ A jump table for the options with a short description can be found at |Q_op|.
60336039
When the number of matches exceeds this value, Vim shows ">" instead
60346040
of the exact count to keep searching fast.
60356041
Note: larger values may impact performance.
6036-
The value must be between 1 and 9999.
6042+
The value must be between 1 and 9999. See also the |searchcount()|
6043+
function.
60376044

60386045
*'menuitems'* *'mis'*
60396046
'menuitems' 'mis' number (default 25)
@@ -7854,7 +7861,8 @@ A jump table for the options with a short description can be found at |Q_op|.
78547861
"search hit TOP, continuing at BOTTOM" messages are only
78557862
indicated by a "W" (Mnemonic: Wrapped) letter before the
78567863
search count statistics. The maximum limit can be set with
7857-
the 'maxsearchcount' option.
7864+
the 'maxsearchcount' option, see also |searchcount()|
7865+
function.
78587866

78597867
This gives you the opportunity to avoid that a change between buffers
78607868
requires you to hit <Enter>, but still gives as useful a message as

0 commit comments

Comments
 (0)