Skip to content

Commit c103c2b

Browse files
authored
Merge pull request #1821 from h-east/update-message
Update message.{txt,jax}
2 parents 91e5caf + 1b8a1a9 commit c103c2b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/message.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*message.txt* For Vim バージョン 9.1. Last change: 2024 Mar 13
1+
*message.txt* For Vim バージョン 9.1. Last change: 2024 Nov 14
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -29,7 +29,7 @@
2929
新しい方から {count} 件を残して、メッセージを
3030
削除する。
3131

32-
見ることのできるメッセージ数は200に固定されている
32+
記憶されるメッセージ数は、'msghistory' オプションによって決まる
3333

3434
*g<*
3535
コマンド "g<" を使うと前のコマンドの出力の最後のページを見ることができる。

en/message.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -29,7 +29,7 @@ depends on the 'shortmess' option.
2929
Clear messages, keeping only the {count} most
3030
recent ones.
3131

32-
The number of remembered messages is fixed at 200.
32+
The number of remembered messages is determined by the 'msghistory' option.
3333

3434
*g<*
3535
The "g<" command can be used to see the last page of previous command output.

0 commit comments

Comments
 (0)