Skip to content

Commit 69e952e

Browse files
1 parent 90e6f7a commit 69e952e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

version9.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
helpname: 'version9'
44
---
55
<div id='vimCodeElement'>
6-
<a class="Constant" href="version9.html" name="version9.txt">version9.txt</a>&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim バージョン 9.1.</span>&nbsp;&nbsp;Last change: 2024 Aug 23<br>
6+
<a class="Constant" href="version9.html" name="version9.txt">version9.txt</a>&nbsp;&nbsp;For&nbsp;<span class="Identifier">Vim バージョン 9.1.</span>&nbsp;&nbsp;Last change: 2024 Sep 23<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>
@@ -41577,7 +41577,7 @@
4157741577
-&nbsp;<a class="Type" href="options.html#'commentstring'">'commentstring'</a>&nbsp;のデフォルトには、自動コメントの見栄えを良くするための空白の<br>
4157841578
&nbsp;&nbsp;パディングが含まれています&nbsp;<a class="Identifier" href="usr_05.html#comment-install">comment-install</a><br>
4157941579
-&nbsp;<a class="Type" href="options.html#'completeopt'">'completeopt'</a>&nbsp;は&nbsp;<a class="Identifier" href="options.html#global-local">global-local</a>&nbsp;オプションになりました。<br>
41580-
-&nbsp;<span class="MissingTag">'nrformat'</span>&nbsp;は、マイナス記号の前の空白に基づいて符号付きか符号なしの数値かを<br>
41580+
-&nbsp;<a class="Type" href="options.html#'nrformats'">'nrformats'</a>&nbsp;は、マイナス記号の前の空白に基づいて符号付きか符号なしの数値かを<br>
4158141581
&nbsp;&nbsp;決定する新しい &quot;blank&quot; サブオプションを受け付けます。<br>
4158241582
- 新しい目印を定義するときに優先順位を指定できるようにします&nbsp;<a class="Identifier" href="sign.html#:sign-define">:sign-define</a><br>
4158341583
- get(function, &quot;arity&quot;) 関数を使用して関数の引数に関する情報を提供します<br>
@@ -41608,6 +41608,7 @@
4160841608
<a class="Identifier" href="builtin.html#diff()">diff()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2 つの文字列のリストの差分<br>
4160941609
<a class="Identifier" href="builtin.html#filecopy()">filecopy()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ファイル&nbsp;<span class="Special">{from}</span>&nbsp;を&nbsp;<span class="Special">{to}</span>&nbsp;にコピー<br>
4161041610
<a class="Identifier" href="builtin.html#foreach()">foreach()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; リストの項目に関数を適用<br>
41611+
<span class="MissingTag">getcmdprompt()</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;input()/confirm() のプロンプトを取得<br>
4161141612
<a class="Identifier" href="builtin.html#getregion()">getregion()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; バッファからテキストの領域を取得<br>
4161241613
<a class="Identifier" href="builtin.html#getregionpos()">getregionpos()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;領域の位置をリストで取得<br>
4161341614
<a class="Identifier" href="builtin.html#id()">id()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dict、List、Object、Channel、または Blob 変数の一意の<br>

0 commit comments

Comments
 (0)