Skip to content

Commit b00c989

Browse files
committed
Update pattern.{txt,jax}
1 parent d84aed2 commit b00c989

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

doc/pattern.jax

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pattern.txt* For Vim バージョン 9.1. Last change: 2024 Apr 26
1+
*pattern.txt* For Vim バージョン 9.1. Last change: 2024 Jun 03
22

33

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

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

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

1488-
{訳注: 訳語:
1489-
concat 連接
1490-
multi >量指定子< 量指定詞 数量子 数量詞
1491-
ordinary atom 普通のアトム
1492-
a sequence of optionally matched atoms 任意にマッチするアトム列
1493-
last search pattern 最終検索パターン}
14941490
vim:tw=78:ts=8:noet:ft=help:norl:

en/pattern.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pattern.txt* For Vim version 9.1. Last change: 2024 Apr 26
1+
*pattern.txt* For Vim version 9.1. Last change: 2024 Jun 03
22

33

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

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

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

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

0 commit comments

Comments
 (0)