File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- *pattern.txt* For Vim バージョン 9.1. Last change: 2024 Nov 09
1
+ *pattern.txt* For Vim バージョン 9.1. Last change: 2024 Dec 26
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1475,6 +1475,7 @@ Vim では、'^' と '$' は常に中間の改行にもマッチします。最
1475
1475
- キャメルケース文字でのマッチ (例えば CamelCase の Case)
1476
1476
- パスの区切り文字またはハイフンの後ろでのマッチ
1477
1477
- {訳注: マッチした}文字列内のマッチしなかった文字の個数。
1478
+ - 完全/正確なマッチが推奨される。
1478
1479
マッチした文字列でスコアが最も高かったものが最初に返されます。
1479
1480
1480
1481
例えば "get pat" という文字列をファジーマッチで検索すると、"GetPattern"、
Original file line number Diff line number Diff line change 1
- *pattern.txt* For Vim version 9.1. Last change: 2024 Nov 09
1
+ *pattern.txt* For Vim version 9.1. Last change: 2024 Dec 26
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1504,6 +1504,7 @@ criteria:
1504
1504
- Matches at a camel case character (e.g. Case in CamelCase)
1505
1505
- Matches after a path separator or a hyphen.
1506
1506
- The number of unmatched characters in a string.
1507
+ - A full/exact match is preferred.
1507
1508
The matching string with the highest score is returned first.
1508
1509
1509
1510
For example, when you search for the "get pat" string using fuzzy matching, it
You can’t perform that action at this time.
0 commit comments