File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1- *pattern.txt* For Vim バージョン 9.1. Last change: 2025 Aug 13
1+ *pattern.txt* For Vim バージョン 9.1. Last change: 2025 Aug 21
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -1481,11 +1481,11 @@ Vim では、'^' と '$' は常に中間の改行にもマッチします。最
14811481字列がパターンにどの程度マッチするかをスコア付けする。
14821482
14831483例: >
1484- パターン: "vim"
1485- 候補: "vim" -> 完璧
1486- "vimeo" -> 良い (v i m)
1487- "voice mail" -> 弱い (v _ i _ _ _ m)
1488- "vintage" -> マッチしない (no "m")
1484+ パターン: "vim"
1485+ 候補: "vim" -> 完璧
1486+ "vimeo" -> 良い (v i m)
1487+ "voice mail" -> 弱い (v _ i _ _ _ m)
1488+ "vintage" -> マッチしない (no "m")
14891489<
14901490検索文字列に複数の単語が含まれている場合、各単語は個別にマッチし、候補リスト内
14911491で任意の順序で出現する可能性がある。例えば、"get pat" は "GetPattern"、
Original file line number Diff line number Diff line change 1- *pattern.txt* For Vim version 9.1. Last change: 2025 Aug 13
1+ *pattern.txt* For Vim version 9.1. Last change: 2025 Aug 21
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1505,11 +1505,11 @@ Fuzzy matching scores how well a string matches a pattern when the pattern
15051505characters appear in order but not necessarily contiguously.
15061506
15071507Example: >
1508- Pattern: "vim"
1509- Candidates: "vim" -> perfect
1510- "vimeo" -> good (v i m)
1511- "voice mail" -> weaker (v _ i _ _ _ m)
1512- "vintage" -> no match (no "m")
1508+ Pattern: "vim"
1509+ Candidates: "vim" -> perfect
1510+ "vimeo" -> good (v i m)
1511+ "voice mail" -> weaker (v _ i _ _ _ m)
1512+ "vintage" -> no match (no "m")
15131513<
15141514If the search string has multiple words, each word is matched separately and
15151515may appear in any order in the candidate. For example "get pat" matches
You can’t perform that action at this time.
0 commit comments