Skip to content

Commit d5cfc25

Browse files
1 parent 2cb312a commit d5cfc25

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

version9.html

Lines changed: 4 additions & 1 deletion
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: 2025 Jun 28<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: 2025 Jul 05<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>
@@ -41634,6 +41634,8 @@
4163441634
-&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>
4163541635
- いくつかの (伝統的な) vi の動作/不整合を無効にするために、<a class="Type" href="options.html#'cpoptions'">'cpoptions'</a>&nbsp;にフラ<br>
4163641636
&nbsp;&nbsp;グ &quot;z&quot;&nbsp;<a class="Identifier" href="options.html#cpo-z">cpo-z</a>&nbsp;を追加する (<a class="Identifier" href="change.html#d-special">d-special</a>&nbsp;および&nbsp;<a class="Identifier" href="change.html#cw">cw</a>&nbsp;を参照)。<br>
41637+
-&nbsp;<a class="Identifier" href="editing.html#:cd">:cd</a>&nbsp;コマンドでのシンボリックリンクの解決を無効にするために、<a class="Type" href="options.html#'cpoptions'">'cpoptions'</a>&nbsp;に<br>
41638+
&nbsp;&nbsp;フラグ &quot;~&quot;&nbsp;<span class="MissingTag">cpo-~</span>&nbsp;を追加。<br>
4163741639
-&nbsp;<a class="Type" href="options.html#'fillchars'">'fillchars'</a>&nbsp;の新しいオプション値:<br>
4163841640
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;trunc&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - 切り詰め表示を設定する、<a class="Type" href="options.html#'pummaxwidth'">'pummaxwidth'</a><br>
4163941641
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;truncrl&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - &quot;trunc&quot; に似ているが&nbsp;<a class="Type" href="options.html#'rl'">'rl'</a>&nbsp;モード用&nbsp;<a class="Type" href="options.html#'pummaxwidth'">'pummaxwidth'</a><br>
@@ -41703,6 +41705,7 @@
4170341705
<a class="Identifier" href="builtin.html#getcellpixels()">getcellpixels()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 端末のセルのピクセルサイズのリストを取得する<br>
4170441706
<a class="Identifier" href="builtin.html#getcmdcomplpat()">getcmdcomplpat()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;シェルコマンドライン補完<br>
4170541707
<a class="Identifier" href="builtin.html#getcmdprompt()">getcmdprompt()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;input()/confirm() のプロンプトを取得<br>
41708+
<span class="MissingTag">getcompletiontype()</span>&nbsp;&nbsp; コマンドライン補完の種類を取得<br>
4170641709
<a class="Identifier" href="builtin.html#getregion()">getregion()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; バッファからテキストの領域を取得<br>
4170741710
<a class="Identifier" href="builtin.html#getregionpos()">getregionpos()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;領域の位置をリストで取得<br>
4170841711
<a class="Identifier" href="builtin.html#getstacktrace()">getstacktrace()</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Vim script の現在のスタックトレースを取得する<br>

0 commit comments

Comments
 (0)