| 
3 | 3 | helpname: 'builtin'  | 
4 | 4 | ---  | 
5 | 5 | <div id='vimCodeElement'>  | 
6 |  | -<a class="Constant" href="builtin.html" name="builtin.txt">builtin.txt</a>   For <span class="Identifier">Vim バージョン 9.1.</span>  Last change: 2025 Jul 06<br>  | 
 | 6 | +<a class="Constant" href="builtin.html" name="builtin.txt">builtin.txt</a>   For <span class="Identifier">Vim バージョン 9.1.</span>  Last change: 2025 Jul 14<br>  | 
7 | 7 | <br>  | 
8 | 8 | <br>  | 
9 | 9 |                 <span class="Identifier">VIMリファレンスマニュアル    by Bram Moolenaar</span><br>  | 
 | 
4325 | 4325 |                 messages        <a class="Identifier" href="message.html#:messages">:messages</a>サブオプション<br>  | 
4326 | 4326 |                 option          オプション<br>  | 
4327 | 4327 |                 packadd         任意パッケージ <a class="Identifier" href="repeat.html#pack-add">pack-add</a> 名<br>  | 
 | 4328 | +                retab           <a class="Identifier" href="change.html#:retab">:retab</a> サブオプション<br>  | 
4328 | 4329 |                 runtime         <a class="Identifier" href="repeat.html#:runtime">:runtime</a> 補完<br>  | 
4329 | 4330 |                 scriptnames     読み込まれているスクリプト名 <a class="Identifier" href="repeat.html#:scriptnames">:scriptnames</a><br>  | 
4330 | 4331 |                 shellcmd        シェルコマンド<br>  | 
 | 
9213 | 9214 |                 <span class="Special">{options}</span> についてはさらに以下を参照。<br>  | 
9214 | 9215 | <br>  | 
9215 | 9216 |                 <a class="Identifier" href="pattern.html#n">n</a> や <a class="Identifier" href="pattern.html#N">N</a> を押下したときの最後の検索カウントを取るには、この<br>  | 
9216 |  | -                関数を <span class="Comment">recompute: 0</span> で呼ぶ。<a class="Identifier" href="pattern.html#n">n</a> と <a class="Identifier" href="pattern.html#N">N</a> の最大カウントが 99<br>  | 
9217 |  | -                であるため、時として正しくない情報を返すことがある。もし 99 を<br>  | 
9218 |  | -                超える時は結果が最大カウント+1(100)でなくてはならない。もし正<br>  | 
9219 |  | -                しい情報を取得したいのであれば、<span class="Comment">recompute: 1</span> を指定する:<br>  | 
 | 9217 | +                関数を <span class="Comment">recompute: 0</span> で呼ぶ。これは <span class="MissingTag">'maxsearchcount'</span> が原因で<br>  | 
 | 9218 | +                間違った情報を返すことがある。<br>  | 
 | 9219 | +                カウントが <span class="MissingTag">'maxsearchcount'</span> を超えた場合、結果は<br>  | 
 | 9220 | +                <span class="MissingTag">'maxsearchcount'</span> + 1 になる。正しい情報を取得したい場合は、<br>  | 
 | 9221 | +                <span class="Comment">recompute: 1</span> を指定する:<br>  | 
9220 | 9222 | <br>  | 
9221 |  | -<div class="helpExample">                        " 多量にマッチする場合、 result == maxcount + 1 (100)<br>  | 
 | 9223 | +<div class="helpExample">                        " 多量にマッチする場合、result == 'maxsearchcount' + 1<br>  | 
9222 | 9224 |                         " になる<br>  | 
9223 | 9225 |                         let result = searchcount(#{recompute: 0})</div>  | 
9224 | 9226 | <br>  | 
 | 
9305 | 9307 |                                                 もし検索の総計カウントが到達し<br>  | 
9306 | 9308 |                                                 たら "total" の値が maxcount +<br>  | 
9307 | 9309 |                                                 1 になる<br>  | 
9308 |  | -                                                (デフォルト: 99)<br>  | 
 | 9310 | +                                                (デフォルト: <span class="MissingTag">'maxsearchcount'</span>)<br>  | 
9309 | 9311 |                   pos           <a class="Identifier" href="eval.html#List">List</a>          <span class="Comment">[lnum, col, off]</span> 値<br>  | 
9310 | 9312 |                                                 再計算の値。<br>  | 
9311 | 9313 |                                                 "current" の結果の値を更新する。<br>  | 
 | 
0 commit comments