Skip to content

Commit cffef4e

Browse files
1 parent a9788fb commit cffef4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pattern.html

Lines changed: 2 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: 2024 Nov 09<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: 2024 Dec 26<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>
@@ -1480,6 +1480,7 @@
14801480
&nbsp;&nbsp;&nbsp;&nbsp;- キャメルケース文字でのマッチ (例えば CamelCase の Case)<br>
14811481
&nbsp;&nbsp;&nbsp;&nbsp;- パスの区切り文字またはハイフンの後ろでのマッチ<br>
14821482
&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;<span class="Special">{訳注: マッチした}</span>文字列内のマッチしなかった文字の個数。<br>
1483+
&nbsp;&nbsp;&nbsp;&nbsp;- 完全/正確なマッチが推奨される。<br>
14831484
マッチした文字列でスコアが最も高かったものが最初に返されます。<br>
14841485
<br>
14851486
例えば &quot;get pat&quot; という文字列をファジーマッチで検索すると、&quot;GetPattern&quot;、<br>

0 commit comments

Comments
 (0)