Skip to content

Commit 50d6647

Browse files
1 parent a94c7fe commit 50d6647

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pattern.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
helpname: 'pattern'
44
---
55
<div id='vimCodeElement'>
6-
<a class="Constant" href="pattern.html" name="pattern.txt">pattern.txt</a>&nbsp;&nbsp; For&nbsp;<span class="Identifier">Vim バージョン 9.1.</span>&nbsp;&nbsp;Last change: 2025 Aug 06<br>
6+
<a class="Constant" href="pattern.html" name="pattern.txt">pattern.txt</a>&nbsp;&nbsp; For&nbsp;<span class="Identifier">Vim バージョン 9.1.</span>&nbsp;&nbsp;Last change: 2025 Aug 12<br>
77
<br>
88
<br>
99
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="Identifier">VIMリファレンスマニュアル&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; by Bram Moolenaar</span><br>
@@ -1489,6 +1489,9 @@
14891489
検索文字列が複数の単語を持つ場合、各単語は別々にマッチします。そのため検索文字<br>
14901490
列内の複数の単語は<span class="Special">{訳注: マッチした}</span>文字列内でどのような順序でも存在し得ます。<br>
14911491
<br>
1492+
Vim は fzy プロジェクトと同じ改良されたアルゴリズムを使用します:<br>
1493+
<span class="Constant"><a href="https://github.com/jhawthorn/fzy">https://github.com/jhawthorn/fzy</a></span><br>
1494+
<br>
14921495
ファジーマッチではマッチした文字列ごとに以下の基準に基づいてスコアが割り当てら<br>
14931496
れます:<br>
14941497
&nbsp;&nbsp;&nbsp;&nbsp;- 連続してマッチした文字の個数。<br>

0 commit comments

Comments
 (0)