Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions doc/pattern.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -139,8 +139,8 @@ CTRL-C 現在の(検索)コマンドを中止します。MS-Windowsでは
file | grep word" を使用していて、抜け出す方法がわから
ないユーザーを支援するためです(盲目的に :qa<CR> と入力
してもうまくいきます)。
ポップアップが開いている場合、アクティブなポップアップ
は閉じられます
|popup-filter| ありのポップアップが開いている場合、ポッ
プアップは閉じられる

*:noh* *:nohlsearch*
:noh[lsearch] 'hlsearch' オプションによる強調表示をやめます。検索コ
Expand Down Expand Up @@ -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:
10 changes: 6 additions & 4 deletions en/pattern.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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<CR> 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
Expand Down Expand Up @@ -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: