File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- *message.txt* For Vim バージョン 9.1. Last change: 2024 Mar 13
1
+ *message.txt* For Vim バージョン 9.1. Last change: 2024 Nov 14
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
29
29
新しい方から {count} 件を残して、メッセージを
30
30
削除する。
31
31
32
- 見ることのできるメッセージ数は200に固定されている 。
32
+ 記憶されるメッセージ数は、 'msghistory' オプションによって決まる 。
33
33
34
34
*g<*
35
35
コマンド "g<" を使うと前のコマンドの出力の最後のページを見ることができる。
Original file line number Diff line number Diff line change 1
- *message.txt* For Vim version 9.1. Last change: 2024 Mar 13
1
+ *message.txt* For Vim version 9.1. Last change: 2024 Nov 14
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -29,7 +29,7 @@ depends on the 'shortmess' option.
29
29
Clear messages, keeping only the {count} most
30
30
recent ones.
31
31
32
- The number of remembered messages is fixed at 200 .
32
+ The number of remembered messages is determined by the 'msghistory' option .
33
33
34
34
*g<*
35
35
The "g<" command can be used to see the last page of previous command output.
You can’t perform that action at this time.
0 commit comments