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
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -1475,6 +1475,7 @@ Vim では、'^' と '$' は常に中間の改行にもマッチします。最
14751475 - キャメルケース文字でのマッチ (例えば CamelCase の Case)
14761476 - パスの区切り文字またはハイフンの後ろでのマッチ
14771477 - {訳注: マッチした}文字列内のマッチしなかった文字の個数。
1478+ - 完全/正確なマッチが推奨される。
14781479マッチした文字列でスコアが最も高かったものが最初に返されます。
14791480
14801481例えば "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
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1504,6 +1504,7 @@ criteria:
15041504 - Matches at a camel case character (e.g. Case in CamelCase)
15051505 - Matches after a path separator or a hyphen.
15061506 - The number of unmatched characters in a string.
1507+ - A full/exact match is preferred.
15071508The matching string with the highest score is returned first.
15081509
15091510For 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