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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1481,11 +1481,11 @@ Vim では、'^' と '$' は常に中間の改行にもマッチします。最
1481
1481
字列がパターンにどの程度マッチするかをスコア付けする。
1482
1482
1483
1483
例: >
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")
1489
1489
<
1490
1490
検索文字列に複数の単語が含まれている場合、各単語は個別にマッチし、候補リスト内
1491
1491
で任意の順序で出現する可能性がある。例えば、"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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1505,11 +1505,11 @@ Fuzzy matching scores how well a string matches a pattern when the pattern
1505
1505
characters appear in order but not necessarily contiguously.
1506
1506
1507
1507
Example: >
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")
1513
1513
<
1514
1514
If the search string has multiple words, each word is matched separately and
1515
1515
may appear in any order in the candidate. For example "get pat" matches
You can’t perform that action at this time.
0 commit comments