Skip to content

Commit 1d015ca

Browse files
authored
Merge pull request #492 from vim-jp/update_index
Update index documents
2 parents 928f13d + 830b2b5 commit 1d015ca

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

doc/index.jax

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*index.txt* For Vim バージョン 8.1. Last change: 2019 Mar 17
1+
*index.txt* For Vim バージョン 8.1. Last change: 2019 Mar 21
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1058,10 +1058,11 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
10581058
前の補完候補を表示
10591059
その他: 以前のコマンドラインを履歴から呼び出す
10601060
|c_CTRL-Q| CTRL-Q CTRL-V と同じ (端末制御で使用されていなければ)
1061-
|c_CTRL-R| CTRL-R {0-9a-z"%#*:= CTRL-F CTRL-P CTRL-W CTRL-A}
1061+
|c_CTRL-R| CTRL-R {regname}
10621062
カーソル位置のオブジェクトまたはレジスタの内容
10631063
をキー入力したかのように挿入
1064-
|c_CTRL-R_CTRL-R| CTRL-R CTRL-R {0-9a-z"%#*:= CTRL-F CTRL-P CTRL-W CTRL-A}
1064+
|c_CTRL-R_CTRL-R| CTRL-R CTRL-R {regname}
1065+
|c_CTRL-R_CTRL-O| CTRL-R CTRL-O {regname}
10651066
カーソル位置のオブジェクトまたはレジスタの内容
10661067
を文字通りに挿入
10671068
CTRL-S (端末制御に使用)

en/index.txt

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*index.txt* For Vim version 8.1. Last change: 2019 Mar 17
1+
*index.txt* For Vim version 8.1. Last change: 2019 Mar 21
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1042,10 +1042,11 @@ tag command action in Command-line editing mode ~
10421042
command-line from history.
10431043
|c_CTRL-Q| CTRL-Q same as CTRL-V, unless it's used for terminal
10441044
control flow
1045-
|c_CTRL-R| CTRL-R {0-9a-z"%#*:= CTRL-F CTRL-P CTRL-W CTRL-A}
1045+
|c_CTRL-R| CTRL-R {regname}
10461046
insert the contents of a register or object
10471047
under the cursor as if typed
1048-
|c_CTRL-R_CTRL-R| CTRL-R CTRL-R {0-9a-z"%#*:= CTRL-F CTRL-P CTRL-W CTRL-A}
1048+
|c_CTRL-R_CTRL-R| CTRL-R CTRL-R {regname}
1049+
|c_CTRL-R_CTRL-O| CTRL-R CTRL-O {regname}
10491050
insert the contents of a register or object
10501051
under the cursor literally
10511052
CTRL-S (used for terminal control flow)

0 commit comments

Comments
 (0)