Skip to content

Commit 41b0fb7

Browse files
committed
Update index.{txt,jax}
1 parent 01a2b61 commit 41b0fb7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/index.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1052,7 +1052,7 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
10521052
|c_CTRL-C| CTRL-C <Esc> と同じ。
10531053
|c_CTRL-D| CTRL-D カーソル直前の文字に一致する補完候補を一覧表示
10541054
|c_CTRL-E| CTRL-E カーソルをコマンドラインの末尾へ移動
1055-
|'cedit'| CTRL-F 'cedit' が標準設定なら、コマンドラインウィンド
1055+
'cedit' CTRL-F 'cedit' が標準設定なら、コマンドラインウィンド
10561056
ウを開く。そうでないなら未使用
10571057
|c_CTRL-G| CTRL-G 'incsearch' がアクティブならば、次マッチへ移動
10581058
|c_<BS>| <BS> カーソル直前の文字を削除

en/index.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*index.txt* For Vim version 9.1. Last change: 2025 Jul 20
1+
*index.txt* For Vim version 9.1. Last change: 2025 Aug 06
22

33

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

0 commit comments

Comments
 (0)