File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1- *pattern.txt* For Vim バージョン 9.1. Last change: 2025 Sep 24
1+ *pattern.txt* For Vim バージョン 9.1. Last change: 2025 Oct 09
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -139,8 +139,8 @@ CTRL-C 現在の(検索)コマンドを中止します。MS-Windowsでは
139139 file | grep word" を使用していて、抜け出す方法がわから
140140 ないユーザーを支援するためです(盲目的に :qa<CR> と入力
141141 してもうまくいきます)。
142- ポップアップが開いている場合、アクティブなポップアップ
143- は閉じられます 。
142+ | popup-filter | ありのポップアップが開いている場合、ポッ
143+ プアップは閉じられる 。
144144
145145 *:noh* *:nohlsearch*
146146:noh[lsearch] 'hlsearch' オプションによる強調表示をやめます。検索コ
@@ -1522,7 +1522,8 @@ Vim はオリジナルのアルゴリズムを拡張し、マルチバイトコ
15221522
15231523`:vimgrep ` の フラグ "f" はファジーマッチを有効にする。
15241524
1525- | ins-completion | のファジーマッチを有効にするには、'completeopt' オプションに
1526- "fuzzy" 値を追加する。
1525+ | ins-completion | でファジーマッチを有効にするには、'completeopt' オプションに
1526+ "fuzzy" を追加する。| cmdline-completion | の場合は、'wildoptions' オプションに
1527+ "fuzzy" を追加する。
15271528
15281529 vim:tw=78:ts=8:noet:ft=help:norl:
Original file line number Diff line number Diff line change 1- *pattern.txt* For Vim version 9.1. Last change: 2025 Sep 24
1+ *pattern.txt* For Vim version 9.1. Last change: 2025 Oct 09
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -141,7 +141,8 @@ CTRL-C Interrupt current (search) command. Use CTRL-Break on
141141 help users who use "vim file | grep word" and don't
142142 know how to get out (blindly typing :qa<CR> would
143143 work).
144- If a popup is open, the active popup will be closed.
144+ If a popup with a | popup-filter | is open, the popup
145+ will be closed.
145146
146147 *:noh* *:nohlsearch*
147148:noh[lsearch] Stop the highlighting for the 'hlsearch' option. It
@@ -1549,7 +1550,8 @@ a List of strings. |matchfuzzy()| returns the matching strings, while
15491550
15501551The "f" flag of `:vimgrep ` enables fuzzy matching.
15511552
1552- To enable fuzzy matching for | ins-completion | , add the "fuzzy" value to the
1553- 'completeopt' option.
1553+ To enable fuzzy matching for | ins-completion | , add "fuzzy" to the
1554+ 'completeopt' option. For | cmdline-completion | , add "fuzzy" to the
1555+ 'wildoptions' option.
15541556
15551557 vim:tw=78:ts=8:noet:ft=help:norl:
You can’t perform that action at this time.
0 commit comments