Skip to content

Commit 4a30bdf

Browse files
authored
Merge pull request #1985 from h-east/update-insert
Update insert.{txt,jax}
2 parents dbe1ab9 + 5036c1b commit 4a30bdf

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

doc/insert.jax

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*insert.txt* For Vim バージョン 9.1. Last change: 2025 Mar 08
1+
*insert.txt* For Vim バージョン 9.1. Last change: 2025 Mar 09
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -216,7 +216,7 @@ CTRL-SHIFT-Q |modifyOtherKeys| が有効でない限り、CTRL-V と同じよう
216216
入する。
217217
Note: CTRL-SHIFT-V がシステムによって横取りされる場合 (テキス
218218
トをペーストするなど)、代わりに CTRL-SHIFT-Q を使用できること
219-
が多い。ただし、一部の端末 (Gnome Terminal など) では、
219+
が多い。ただし、一部の端末 (GNOME Terminal など) では、
220220
CTRL-SHIFT-Q は確認なしに端末を終了する。
221221

222222
CTRL-X CTRL-Xモードに入る。これは単語の補完やウィンドウスクロールのコ
@@ -637,8 +637,8 @@ CTRL-X コマンドとして有効ではないキーをタイプする。有効
637637
マッチの大文字/小文字を調節したいのならばオプション 'infercase' を参照。
638638

639639
|popup-menu| から選択した候補単語を挿入する場合、候補単語のクエリと一致しない
640-
部分は |hl-ComplMatchIns| を使用してハイライトされる。'completopt' で fuzzy
641-
有効になっている場合、ハイライトは適用されない。
640+
部分は |hl-ComplMatchIns| を使用してハイライトされる。'completeopt' で fuzzy
641+
が有効になっている場合、ハイライトは適用されない。
642642

643643
*complete_CTRL-E*
644644
補完が動作中のとき、CTRL-E で補完を中止し、もともと入力したテキストに戻すこと

en/insert.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*insert.txt* For Vim version 9.1. Last change: 2025 Mar 08
1+
*insert.txt* For Vim version 9.1. Last change: 2025 Mar 09
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -224,7 +224,7 @@ CTRL-SHIFT-Q Works just like CTRL-V, unless |modifyOtherKeys| is active,
224224
then it inserts the Escape sequence for a key with modifiers.
225225
Note: When CTRL-SHIFT-V is intercepted by your system (e.g.,
226226
to paste text) you can often use CTRL-SHIFT-Q instead.
227-
However, in some terminals (e.g. Gnome Terminal), CTRL-SHIFT-Q
227+
However, in some terminals (e.g. GNOME Terminal), CTRL-SHIFT-Q
228228
quits the terminal without confirmation.
229229

230230
CTRL-X Enter CTRL-X mode. This is a sub-mode where commands can
@@ -663,8 +663,8 @@ Also see the 'infercase' option if you want to adjust the case of the match.
663663

664664
When inserting a selected candidate word from the |popup-menu|, the part of
665665
the candidate word that does not match the query is highlighted using
666-
|hl-ComplMatchIns|. If fuzzy is enabled in 'completopt', highlighting will not
667-
be applied.
666+
|hl-ComplMatchIns|. If fuzzy is enabled in 'completeopt', highlighting will
667+
not be applied.
668668

669669
*complete_CTRL-E*
670670
When completion is active you can use CTRL-E to stop it and go back to the

0 commit comments

Comments
 (0)