File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
- *pattern.txt* For Vim バージョン 9.1. Last change: 2024 Apr 26
1
+ *pattern.txt* For Vim バージョン 9.1. Last change: 2024 Jun 03
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1484,11 +1484,7 @@ matchfuzzypos() はマッチのリスト、マッチの位置およびファジ
1484
1484
1485
1485
`:vimgrep ` の フラグ "f" はファジーマッチを有効にします。
1486
1486
1487
+ | ins-completion | のファジーマッチを有効にするには、'completeopt' オプションに
1488
+ "fuzzy" 値を追加します。
1487
1489
1488
- {訳注: 訳語:
1489
- concat 連接
1490
- multi >量指定子< 量指定詞 数量子 数量詞
1491
- ordinary atom 普通のアトム
1492
- a sequence of optionally matched atoms 任意にマッチするアトム列
1493
- last search pattern 最終検索パターン}
1494
1490
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: 2024 Apr 26
1
+ *pattern.txt* For Vim version 9.1. Last change: 2024 Jun 03
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1513,5 +1513,7 @@ the matching positions and the fuzzy match scores.
1513
1513
1514
1514
The "f" flag of `:vimgrep ` enables fuzzy matching.
1515
1515
1516
+ To enable fuzzy matching for | ins-completion | , add the "fuzzy" value to the
1517
+ 'completeopt' option.
1516
1518
1517
1519
vim:tw=78:ts=8:noet:ft=help:norl:
You can’t perform that action at this time.
0 commit comments