Skip to content

Commit

Permalink
Merge pull request #1865 from h-east/update-message
Browse files Browse the repository at this point in the history
Update message.{txt,jax}
  • Loading branch information
h-east authored Dec 8, 2024
2 parents de90f24 + 372977f commit bed8e45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions doc/message.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*message.txt* For Vim バージョン 9.1. Last change: 2024 Nov 14
*message.txt* For Vim バージョン 9.1. Last change: 2024 Dec 06


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

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

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

hit-enterのプロンプトの回数を減らすには:
- 'messagesopt' を設定する。
- 'cmdheight' を2かそれ以上に設定する。
- 'shortmess' にフラグを追加する。
- 'showcmd''ruler' の両方か、もしくはどちらかをリセットする。
Expand Down
5 changes: 3 additions & 2 deletions en/message.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*message.txt* For Vim version 9.1. Last change: 2024 Nov 14
*message.txt* For Vim version 9.1. Last change: 2024 Dec 06


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

The number of remembered messages is determined by the 'msghistory' option.
The number of remembered messages is determined by the 'messagesopt' option.

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

To reduce the number of hit-enter prompts:
- Set 'messagesopt'.
- Set 'cmdheight' to 2 or higher.
- Add flags to 'shortmess'.
- Reset 'showcmd' and/or 'ruler'.
Expand Down

0 comments on commit bed8e45

Please sign in to comment.