Skip to content

Update index.{txt,jax} #2207

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/index.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*index.txt* For Vim バージョン 9.1. Last change: 2025 Jul 20
*index.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -1052,7 +1052,7 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
|c_CTRL-C| CTRL-C <Esc> と同じ。
|c_CTRL-D| CTRL-D カーソル直前の文字に一致する補完候補を一覧表示
|c_CTRL-E| CTRL-E カーソルをコマンドラインの末尾へ移動
|'cedit'| CTRL-F 'cedit' が標準設定なら、コマンドラインウィンド
'cedit' CTRL-F 'cedit' が標準設定なら、コマンドラインウィンド
ウを開く。そうでないなら未使用
|c_CTRL-G| CTRL-G 'incsearch' がアクティブならば、次マッチへ移動
|c_<BS>| <BS> カーソル直前の文字を削除
Expand Down
4 changes: 2 additions & 2 deletions en/index.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*index.txt* For Vim version 9.1. Last change: 2025 Jul 20
*index.txt* For Vim version 9.1. Last change: 2025 Aug 06


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -1034,7 +1034,7 @@ tag command action in Command-line editing mode ~
|c_CTRL-D| CTRL-D list completions that match the pattern in
front of the cursor
|c_CTRL-E| CTRL-E cursor to end of command-line
|'cedit'| CTRL-F default value for 'cedit': opens the
'cedit' CTRL-F default value for 'cedit': opens the
command-line window; otherwise not used
|c_CTRL-G| CTRL-G next match when 'incsearch' is active
|c_<BS>| <BS> delete the character in front of the cursor
Expand Down