|
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 Apr 27<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 May 09<br> |
7 | 7 | <br>
|
8 | 8 | <br>
|
9 | 9 | <span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br>
|
|
213 | 213 | <span class="Special">{expr2}</span> が0となる要素を <span class="Special">{expr1}</span> からと<br>
|
214 | 214 | り除く<br>
|
215 | 215 | finddir(<span class="Special">{name}</span> [, <span class="Special">{path}</span> [, <span class="Special">{count}</span>]])<br>
|
216 |
| - 文字列 <span class="Special">{path}</span>からディレクトリ<span class="Special">{name}</span>を探す<br> |
217 | 216 | findfile(<span class="Special">{name}</span> [, <span class="Special">{path}</span> [, <span class="Special">{count}</span>]])<br>
|
218 |
| - 文字列 <span class="Special">{path}</span>からファイル<span class="Special">{name}</span>を探す<br> |
| 217 | + 文字列/リスト <span class="Special">{path}</span> からディレクトリ/ファイル<br> |
| 218 | + <span class="Special">{name}</span> を探す<br> |
219 | 219 | flatten(<span class="Special">{list}</span> [, <span class="Special">{maxdepth}</span>]) リスト リスト <span class="Special">{list}</span> を <span class="Special">{maxdepth}</span> の深さまで<br>
|
220 | 220 | 平坦化する<br>
|
221 | 221 | flattennew(<span class="Special">{list}</span> [, <span class="Special">{maxdepth}</span>])<br>
|
|
3179 | 3179 | <a class="Identifier" href="eval.html#method">method</a> としても使用できる:<br>
|
3180 | 3180 | <div class="helpExample"> GetInput()->feedkeys()</div>
|
3181 | 3181 | <br>
|
3182 |
| - 戻り値の型: <a class="Identifier" href="eval.html#String">String</a> または list<span class="Special"><string></span>。<span class="Special">{list}</span> による<br> |
| 3182 | + 戻り値の型: <a class="Identifier" href="eval.html#Number">Number</a><br> |
3183 | 3183 | <br>
|
3184 | 3184 | <br>
|
3185 | 3185 | filecopy(<span class="Special">{from}</span>, <span class="Special">{to}</span>) <a class="Constant" href="builtin.html#filecopy()" name="filecopy()">filecopy()</a><br>
|
|
4936 | 4936 | <a class="Identifier" href="eval.html#method">method</a> としても使用できる:<br>
|
4937 | 4937 | <div class="helpExample"> GetRegname()->getreg()</div>
|
4938 | 4938 | <br>
|
4939 |
| - 戻り値の型: <a class="Identifier" href="eval.html#String">String</a><br> |
| 4939 | + 戻り値の型: <a class="Identifier" href="eval.html#String">String</a> または list<span class="Special"><string></span>。<span class="Special">{list}</span> による<br> |
4940 | 4940 | <br>
|
4941 | 4941 | <br>
|
4942 | 4942 | getreginfo([<span class="Special">{regname}</span>]) <a class="Constant" href="builtin.html#getreginfo()" name="getreginfo()">getreginfo()</a><br>
|
|
9647 | 9647 | <a class="Identifier" href="eval.html#method">method</a> としても使用できる:<br>
|
9648 | 9648 | <div class="helpExample"> GetCursorPos()->setcursorcharpos()</div>
|
9649 | 9649 | <br>
|
| 9650 | + 位置を設定できた場合は 0 を返し、それ以外の場合は -1 を返す。<br> |
9650 | 9651 | 戻り値の型: <a class="Identifier" href="eval.html#Number">Number</a><br>
|
9651 | 9652 | <br>
|
9652 | 9653 | <br>
|
|
0 commit comments