diff --git a/doc/pattern.jax b/doc/pattern.jax index 3723a0622..95ff72de2 100644 --- a/doc/pattern.jax +++ b/doc/pattern.jax @@ -1,4 +1,4 @@ -*pattern.txt* For Vim バージョン 9.1. Last change: 2025 Sep 24 +*pattern.txt* For Vim バージョン 9.1. Last change: 2025 Oct 09 VIMリファレンスマニュアル by Bram Moolenaar @@ -139,8 +139,8 @@ CTRL-C 現在の(検索)コマンドを中止します。MS-Windowsでは file | grep word" を使用していて、抜け出す方法がわから ないユーザーを支援するためです(盲目的に :qa と入力 してもうまくいきます)。 - ポップアップが開いている場合、アクティブなポップアップ - は閉じられます。 + |popup-filter| ありのポップアップが開いている場合、ポッ + プアップは閉じられる。 *:noh* *:nohlsearch* :noh[lsearch] 'hlsearch' オプションによる強調表示をやめます。検索コ @@ -1522,7 +1522,8 @@ Vim はオリジナルのアルゴリズムを拡張し、マルチバイトコ `:vimgrep` の フラグ "f" はファジーマッチを有効にする。 -|ins-completion| のファジーマッチを有効にするには、'completeopt' オプションに -"fuzzy" 値を追加する。 +|ins-completion| でファジーマッチを有効にするには、'completeopt' オプションに +"fuzzy" を追加する。|cmdline-completion| の場合は、'wildoptions' オプションに +"fuzzy" を追加する。 vim:tw=78:ts=8:noet:ft=help:norl: diff --git a/en/pattern.txt b/en/pattern.txt index d72657488..3d12d8ecb 100644 --- a/en/pattern.txt +++ b/en/pattern.txt @@ -1,4 +1,4 @@ -*pattern.txt* For Vim version 9.1. Last change: 2025 Sep 24 +*pattern.txt* For Vim version 9.1. Last change: 2025 Oct 09 VIM REFERENCE MANUAL by Bram Moolenaar @@ -141,7 +141,8 @@ CTRL-C Interrupt current (search) command. Use CTRL-Break on help users who use "vim file | grep word" and don't know how to get out (blindly typing :qa would work). - If a popup is open, the active popup will be closed. + If a popup with a |popup-filter| is open, the popup + will be closed. *:noh* *:nohlsearch* :noh[lsearch] Stop the highlighting for the 'hlsearch' option. It @@ -1549,7 +1550,8 @@ a List of strings. |matchfuzzy()| returns the matching strings, while The "f" flag of `:vimgrep` enables fuzzy matching. -To enable fuzzy matching for |ins-completion|, add the "fuzzy" value to the -'completeopt' option. +To enable fuzzy matching for |ins-completion|, add "fuzzy" to the +'completeopt' option. For |cmdline-completion|, add "fuzzy" to the +'wildoptions' option. vim:tw=78:ts=8:noet:ft=help:norl: