Skip to content

Commit 49ba6b2

Browse files
authored
Merge pull request #1845 from h-east/update-options
Update options.{txt,jax}
2 parents 50d4d9e + 0d791d1 commit 49ba6b2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/options.jax

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.1. Last change: 2024 Nov 14
1+
*options.txt* For Vim バージョン 9.1. Last change: 2024 Nov 24
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -5964,6 +5964,8 @@ Note 1番目の形式では、行全体がオプション指定に使われる
59645964
'msghistory' 'mhi' 数値 (既定では 500)
59655965
グローバル
59665966
|:messages| 履歴に記憶される項目数を決定する。最大値は 10000 である。
5967+
ゼロに設定すると、メッセージ履歴がクリアされる。
5968+
59675969

59685970
*'mzquantum'* *'mzq'*
59695971
'mzquantum' 'mzq' 数値 (既定では 100)

en/options.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2024 Nov 14
1+
*options.txt* For Vim version 9.1. Last change: 2024 Nov 24
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -5923,6 +5923,8 @@ A jump table for the options with a short description can be found at |Q_op|.
59235923
global
59245924
Determines how many entries are remembered in the |:messages| history.
59255925
The maximum value is 10000.
5926+
Setting it to zero clears the message history.
5927+
59265928

59275929
*'mzquantum'* *'mzq'*
59285930
'mzquantum' 'mzq' number (default 100)

0 commit comments

Comments
 (0)