Skip to content

Update pattern.{txt,jax} #1565

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 11, 2024
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
10 changes: 3 additions & 7 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: 2024 Apr 26
*pattern.txt* For Vim バージョン 9.1. Last change: 2024 Jun 03


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -1484,11 +1484,7 @@ matchfuzzypos() はマッチのリスト、マッチの位置およびファジ

`:vimgrep` の フラグ "f" はファジーマッチを有効にします。

|ins-completion| のファジーマッチを有効にするには、'completeopt' オプションに
"fuzzy" 値を追加します。

{訳注: 訳語:
concat 連接
multi >量指定子< 量指定詞 数量子 数量詞
ordinary atom 普通のアトム
a sequence of optionally matched atoms 任意にマッチするアトム列
last search pattern 最終検索パターン}
vim:tw=78:ts=8:noet:ft=help:norl:
4 changes: 3 additions & 1 deletion 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: 2024 Apr 26
*pattern.txt* For Vim version 9.1. Last change: 2024 Jun 03


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -1513,5 +1513,7 @@ the matching positions and the fuzzy match scores.

The "f" flag of `:vimgrep` enables fuzzy matching.

To enable fuzzy matching for |ins-completion|, add the "fuzzy" value to the
'completeopt' option.

vim:tw=78:ts=8:noet:ft=help:norl: