Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion doc/options.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim バージョン 9.1. Last change: 2024 Nov 14
*options.txt* For Vim バージョン 9.1. Last change: 2024 Nov 24


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


*'mzquantum'* *'mzq'*
'mzquantum' 'mzq' 数値 (既定では 100)
Expand Down
4 changes: 3 additions & 1 deletion en/options.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim version 9.1. Last change: 2024 Nov 14
*options.txt* For Vim version 9.1. Last change: 2024 Nov 24


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


*'mzquantum'* *'mzq'*
'mzquantum' 'mzq' number (default 100)
Expand Down