|
3 | 3 | helpname: 'version9'
|
4 | 4 | ---
|
5 | 5 | <div id='vimCodeElement'>
|
6 |
| -<a class="Constant" href="version9.html" name="version9.txt">version9.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2024 Aug 23<br> |
| 6 | +<a class="Constant" href="version9.html" name="version9.txt">version9.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2024 Sep 23<br> |
7 | 7 | <br>
|
8 | 8 | <br>
|
9 | 9 | <span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br>
|
|
41577 | 41577 | - <a class="Type" href="options.html#'commentstring'">'commentstring'</a> のデフォルトには、自動コメントの見栄えを良くするための空白の<br>
|
41578 | 41578 | パディングが含まれています <a class="Identifier" href="usr_05.html#comment-install">comment-install</a><br>
|
41579 | 41579 | - <a class="Type" href="options.html#'completeopt'">'completeopt'</a> は <a class="Identifier" href="options.html#global-local">global-local</a> オプションになりました。<br>
|
41580 |
| -- <span class="MissingTag">'nrformat'</span> は、マイナス記号の前の空白に基づいて符号付きか符号なしの数値かを<br> |
| 41580 | +- <a class="Type" href="options.html#'nrformats'">'nrformats'</a> は、マイナス記号の前の空白に基づいて符号付きか符号なしの数値かを<br> |
41581 | 41581 | 決定する新しい "blank" サブオプションを受け付けます。<br>
|
41582 | 41582 | - 新しい目印を定義するときに優先順位を指定できるようにします <a class="Identifier" href="sign.html#:sign-define">:sign-define</a><br>
|
41583 | 41583 | - get(function, "arity") 関数を使用して関数の引数に関する情報を提供します<br>
|
|
41608 | 41608 | <a class="Identifier" href="builtin.html#diff()">diff()</a> 2 つの文字列のリストの差分<br>
|
41609 | 41609 | <a class="Identifier" href="builtin.html#filecopy()">filecopy()</a> ファイル <span class="Special">{from}</span> を <span class="Special">{to}</span> にコピー<br>
|
41610 | 41610 | <a class="Identifier" href="builtin.html#foreach()">foreach()</a> リストの項目に関数を適用<br>
|
| 41611 | +<span class="MissingTag">getcmdprompt()</span> input()/confirm() のプロンプトを取得<br> |
41611 | 41612 | <a class="Identifier" href="builtin.html#getregion()">getregion()</a> バッファからテキストの領域を取得<br>
|
41612 | 41613 | <a class="Identifier" href="builtin.html#getregionpos()">getregionpos()</a> 領域の位置をリストで取得<br>
|
41613 | 41614 | <a class="Identifier" href="builtin.html#id()">id()</a> Dict、List、Object、Channel、または Blob 変数の一意の<br>
|
|
0 commit comments