diff --git a/doc/pattern.jax b/doc/pattern.jax index 2fa8105b7..f59f93f29 100644 --- a/doc/pattern.jax +++ b/doc/pattern.jax @@ -1,4 +1,4 @@ -*pattern.txt* For Vim バージョン 9.1. Last change: 2024 Nov 09 +*pattern.txt* For Vim バージョン 9.1. Last change: 2024 Dec 26 VIMリファレンスマニュアル by Bram Moolenaar @@ -1475,6 +1475,7 @@ Vim では、'^' と '$' は常に中間の改行にもマッチします。最 - キャメルケース文字でのマッチ (例えば CamelCase の Case) - パスの区切り文字またはハイフンの後ろでのマッチ - {訳注: マッチした}文字列内のマッチしなかった文字の個数。 + - 完全/正確なマッチが推奨される。 マッチした文字列でスコアが最も高かったものが最初に返されます。 例えば "get pat" という文字列をファジーマッチで検索すると、"GetPattern"、 diff --git a/en/pattern.txt b/en/pattern.txt index 6ebef9e44..39eb5442b 100644 --- a/en/pattern.txt +++ b/en/pattern.txt @@ -1,4 +1,4 @@ -*pattern.txt* For Vim version 9.1. Last change: 2024 Nov 09 +*pattern.txt* For Vim version 9.1. Last change: 2024 Dec 26 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1504,6 +1504,7 @@ criteria: - Matches at a camel case character (e.g. Case in CamelCase) - Matches after a path separator or a hyphen. - The number of unmatched characters in a string. + - A full/exact match is preferred. The matching string with the highest score is returned first. For example, when you search for the "get pat" string using fuzzy matching, it