File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
2929 新しい方から {count} 件を残して、メッセージを
3030 削除する。
3131
32- 記憶されるメッセージ数は、'msghistory ' オプションによって決まる。
32+ 記憶されるメッセージ数は、'messagesopt ' オプションによって決まる。
3333
3434 *g<*
3535コマンド "g<" を使うと前のコマンドの出力の最後のページを見ることができる。
@@ -825,6 +825,7 @@ Vimがくれるさまざまなメッセージの(不完全な)概観である:
825825| g< | を使う。これは 'more' がオンのときだけ有効である。
826826
827827hit-enterのプロンプトの回数を減らすには:
828+ - 'messagesopt' を設定する。
828829- 'cmdheight' を2かそれ以上に設定する。
829830- 'shortmess' にフラグを追加する。
830831- 'showcmd' と 'ruler' の両方か、もしくはどちらかをリセットする。
Original file line number Diff line number Diff line change 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<*
3535The "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
837837text then use | g< | . This only works when 'more' is set.
838838
839839To 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' .
You can’t perform that action at this time.
0 commit comments