Skip to content

Commit bed8e45

Browse files
authored
Merge pull request #1865 from h-east/update-message
Update message.{txt,jax}
2 parents de90f24 + 372977f commit bed8e45

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

doc/message.jax

Lines changed: 3 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 Nov 14
1+
*message.txt* For Vim バージョン 9.1. Last change: 2024 Dec 06
22

33

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

32-
記憶されるメッセージ数は、'msghistory' オプションによって決まる。
32+
記憶されるメッセージ数は、'messagesopt' オプションによって決まる。
3333

3434
*g<*
3535
コマンド "g<" を使うと前のコマンドの出力の最後のページを見ることができる。
@@ -825,6 +825,7 @@ Vimがくれるさまざまなメッセージの(不完全な)概観である:
825825
|g<| を使う。これは 'more' がオンのときだけ有効である。
826826

827827
hit-enterのプロンプトの回数を減らすには:
828+
- 'messagesopt' を設定する。
828829
- 'cmdheight' を2かそれ以上に設定する。
829830
- 'shortmess' にフラグを追加する。
830831
- 'showcmd''ruler' の両方か、もしくはどちらかをリセットする。

en/message.txt

Lines changed: 3 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 Nov 14
1+
*message.txt* For Vim version 9.1. Last change: 2024 Dec 06
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 determined by the 'msghistory' option.
32+
The number of remembered messages is determined by the 'messagesopt' option.
3333

3434
*g<*
3535
The "g<" command can be used to see the last page of previous command output.
@@ -837,6 +837,7 @@ If you accidentally hit <Enter> or <Space> and you want to see the displayed
837837
text then use |g<|. This only works when 'more' is set.
838838

839839
To reduce the number of hit-enter prompts:
840+
- Set 'messagesopt'.
840841
- Set 'cmdheight' to 2 or higher.
841842
- Add flags to 'shortmess'.
842843
- Reset 'showcmd' and/or 'ruler'.

0 commit comments

Comments
 (0)