diff --git a/doc/insert.jax b/doc/insert.jax index 40a854489..d44087654 100644 --- a/doc/insert.jax +++ b/doc/insert.jax @@ -1,4 +1,4 @@ -*insert.txt* For Vim バージョン 9.1. Last change: 2025 Mar 08 +*insert.txt* For Vim バージョン 9.1. Last change: 2025 Mar 09 VIMリファレンスマニュアル by Bram Moolenaar @@ -216,7 +216,7 @@ CTRL-SHIFT-Q |modifyOtherKeys| が有効でない限り、CTRL-V と同じよう 入する。 Note: CTRL-SHIFT-V がシステムによって横取りされる場合 (テキス トをペーストするなど)、代わりに CTRL-SHIFT-Q を使用できること - が多い。ただし、一部の端末 (Gnome Terminal など) では、 + が多い。ただし、一部の端末 (GNOME Terminal など) では、 CTRL-SHIFT-Q は確認なしに端末を終了する。 CTRL-X CTRL-Xモードに入る。これは単語の補完やウィンドウスクロールのコ @@ -637,8 +637,8 @@ CTRL-X コマンドとして有効ではないキーをタイプする。有効 マッチの大文字/小文字を調節したいのならばオプション 'infercase' を参照。 |popup-menu| から選択した候補単語を挿入する場合、候補単語のクエリと一致しない -部分は |hl-ComplMatchIns| を使用してハイライトされる。'completopt' で fuzzy が -有効になっている場合、ハイライトは適用されない。 +部分は |hl-ComplMatchIns| を使用してハイライトされる。'completeopt' で fuzzy +が有効になっている場合、ハイライトは適用されない。 *complete_CTRL-E* 補完が動作中のとき、CTRL-E で補完を中止し、もともと入力したテキストに戻すこと diff --git a/en/insert.txt b/en/insert.txt index 07668386d..5c0ebcf2e 100644 --- a/en/insert.txt +++ b/en/insert.txt @@ -1,4 +1,4 @@ -*insert.txt* For Vim version 9.1. Last change: 2025 Mar 08 +*insert.txt* For Vim version 9.1. Last change: 2025 Mar 09 VIM REFERENCE MANUAL by Bram Moolenaar @@ -224,7 +224,7 @@ CTRL-SHIFT-Q Works just like CTRL-V, unless |modifyOtherKeys| is active, then it inserts the Escape sequence for a key with modifiers. Note: When CTRL-SHIFT-V is intercepted by your system (e.g., to paste text) you can often use CTRL-SHIFT-Q instead. - However, in some terminals (e.g. Gnome Terminal), CTRL-SHIFT-Q + However, in some terminals (e.g. GNOME Terminal), CTRL-SHIFT-Q quits the terminal without confirmation. 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. When inserting a selected candidate word from the |popup-menu|, the part of the candidate word that does not match the query is highlighted using -|hl-ComplMatchIns|. If fuzzy is enabled in 'completopt', highlighting will not -be applied. +|hl-ComplMatchIns|. If fuzzy is enabled in 'completeopt', highlighting will +not be applied. *complete_CTRL-E* When completion is active you can use CTRL-E to stop it and go back to the