Skip to content

Commit 28cb0fe

Browse files
authored
Merge pull request #2439 from h-east/update-message
Update message.{txt,jax}
2 parents bd6804c + 12f92b0 commit 28cb0fe

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/message.jax

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*message.txt* For Vim バージョン 9.1. Last change: 2025 Nov 09
1+
*message.txt* For Vim バージョン 9.1. Last change: 2025 Dec 09
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -837,6 +837,8 @@ Vimがくれるさまざまなメッセージの (不完全な) 概観である:
837837
る。
838838
-> GUI を使っているときは、最後の行で左クリックすると <Space> を押すのと同様に
839839
なる。
840+
-> |q| はレジスタへの記録を開始しない (理由: 多くの場合、ユーザーによって
841+
"quit" プロンプトキーとして使用される)
840842

841843
もし誤って <Enter><Space> を押してしまって、テキストを表示し直したいときは
842844
|g<| を使う。これは 'more' がオンのときだけ有効である。

en/message.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*message.txt* For Vim version 9.1. Last change: 2025 Nov 09
1+
*message.txt* For Vim version 9.1. Last change: 2025 Dec 09
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -848,6 +848,8 @@ and the screen is about to be redrawn:
848848
like pressing <Space>. This makes it impossible to select text though.
849849
-> For the GUI clicking the left mouse button in the last line works like
850850
pressing <Space>.
851+
-> |q| won't start recording into a register (rationale: it is often used as
852+
"quit" prompt key by users)
851853

852854
If you accidentally hit <Enter> or <Space> and you want to see the displayed
853855
text then use |g<|. This only works when 'more' is set.

0 commit comments

Comments
 (0)