Skip to content

Commit 778c39b

Browse files
committed
Update message.{txt,jax}
1 parent c1484f8 commit 778c39b

File tree

2 files changed

+45
-42
lines changed

2 files changed

+45
-42
lines changed

doc/message.jax

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*message.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
1+
*message.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -844,25 +844,27 @@ hit-enterのプロンプトの回数を減らすには:
844844
このメッセージはスクリーンがメッセージで埋め尽くされた時に表示される。'more'
845845
オプションがオンの時だけ与えられる。|hl-MoreMsg|グループで強調される。
846846

847-
種類 効果 ~
848-
<CR> or <NL> or j or <Down> 1行進める
849-
d 次の半ページ
850-
<Space> or f or <PageDown> 次のページ (1画面)
851-
G 最後へ(hit-enter プロンプトまで)
852-
853-
<BS> or k or <Up> 1行戻る
854-
u 前の半ページ
855-
b or <PageUp> 前のページ
856-
g 最初へ戻る
857-
858-
q, <Esc> or CTRL-C リスト表示を止める
859-
: リスト表示を止めコマンドラインに入る
860-
<C-Y> モードレスセレクションをクリップボード
861-
(レジスタ "* と "+) にヤンク (コピー)
862-
する。
863-
{メニューの項目} コマンドラインでメニューが定義されてい
864-
ること
865-
<LeftMouse> 次のページ (*)
847+
種類 効果 ~
848+
<CR> or <NL> or j or <Down> 1行進める
849+
d 次の半ページ
850+
<Space> or f or <PageDown> or CTRL-F 次のページ (1画面)
851+
G 最後へ(hit-enter プロンプトま
852+
で)
853+
854+
<BS> or k or <Up> 1行戻る
855+
u 前の半ページ
856+
b or <PageUp> or CTRL-B 前のページ
857+
g 最初へ戻る
858+
859+
q, <Esc> or CTRL-C リスト表示を止める
860+
: リスト表示を止めコマンドライン
861+
に入る
862+
<C-Y> モードレスセレクションをクリッ
863+
プボード (レジスタ "* と "+)
864+
にヤンク (コピー) する。
865+
{メニューの項目} コマンドラインでメニューが定義
866+
されていること
867+
<LeftMouse> 次のページ (*)
866868

867869
その他のキーは、これらのキーの意味が表示される。
868870

en/message.txt

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*message.txt* For Vim version 9.1. Last change: 2025 Aug 06
1+
*message.txt* For Vim version 9.1. Last change: 2025 Oct 12
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -126,7 +126,7 @@ path leading to the file.
126126
Cannot switch buffer. 'winfixbuf' is enabled ~
127127

128128
If a window has 'winfixbuf' enabled, you cannot change that window's current
129-
buffer. You need to set 'nowinfixbuf' before continuing. You may use [!] to
129+
buffer. You need to set 'nowinfixbuf' before continuing. You may use [!] to
130130
force the window to switch buffers, if your command supports it.
131131

132132
*E72*
@@ -859,26 +859,27 @@ This message is given when the screen is filled with messages. It is only
859859
given when the 'more' option is on. It is highlighted with the |hl-MoreMsg|
860860
group.
861861

862-
Type effect ~
863-
<CR> or <NL> or j or <Down> one more line
864-
d down a page (half a screen)
865-
<Space> or f or <PageDown> down a screen
866-
G down all the way, until the hit-enter
867-
prompt
868-
869-
<BS> or k or <Up> one line back
870-
u up a page (half a screen)
871-
b or <PageUp> back a screen
872-
g back to the start
873-
874-
q, <Esc> or CTRL-C stop the listing
875-
: stop the listing and enter a
876-
command-line
877-
<C-Y> yank (copy) a modeless selection to
878-
the clipboard ("* and "+ registers)
879-
{menu-entry} what the menu is defined to in
880-
Cmdline-mode.
881-
<LeftMouse> next page (*)
862+
Type effect ~
863+
<CR> or <NL> or j or <Down> one more line
864+
d down a page (half a screen)
865+
<Space> or f or <PageDown> or CTRL-F down a screen
866+
G down all the way, until the
867+
hit-enter prompt
868+
869+
<BS> or k or <Up> one line back
870+
u up a page (half a screen)
871+
b or <PageUp> or CTRL-B back a screen
872+
g back to the start
873+
874+
q, <Esc> or CTRL-C stop the listing
875+
: stop the listing and enter a
876+
command-line
877+
<C-Y> yank (copy) a modeless
878+
selection to the clipboard
879+
("* and "+ registers)
880+
{menu-entry} what the menu is defined to
881+
in Cmdline-mode.
882+
<LeftMouse> next page (*)
882883

883884
Any other key causes the meaning of the keys to be displayed.
884885

0 commit comments

Comments
 (0)