|
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: 2025 Jun 28<br> |
| 6 | +<a class="Constant" href="version9.html" name="version9.txt">version9.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2025 Jul 05<br> |
7 | 7 | <br>
|
8 | 8 | <br>
|
9 | 9 | <span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br>
|
|
41634 | 41634 | - <a class="Type" href="options.html#'completeopt'">'completeopt'</a> は <a class="Identifier" href="options.html#global-local">global-local</a> オプションになった。<br>
|
41635 | 41635 | - いくつかの (伝統的な) vi の動作/不整合を無効にするために、<a class="Type" href="options.html#'cpoptions'">'cpoptions'</a> にフラ<br>
|
41636 | 41636 | グ "z" <a class="Identifier" href="options.html#cpo-z">cpo-z</a> を追加する (<a class="Identifier" href="change.html#d-special">d-special</a> および <a class="Identifier" href="change.html#cw">cw</a> を参照)。<br>
|
| 41637 | +- <a class="Identifier" href="editing.html#:cd">:cd</a> コマンドでのシンボリックリンクの解決を無効にするために、<a class="Type" href="options.html#'cpoptions'">'cpoptions'</a> に<br> |
| 41638 | + フラグ "~" <span class="MissingTag">cpo-~</span> を追加。<br> |
41637 | 41639 | - <a class="Type" href="options.html#'fillchars'">'fillchars'</a> の新しいオプション値:<br>
|
41638 | 41640 | "trunc" - 切り詰め表示を設定する、<a class="Type" href="options.html#'pummaxwidth'">'pummaxwidth'</a><br>
|
41639 | 41641 | "truncrl" - "trunc" に似ているが <a class="Type" href="options.html#'rl'">'rl'</a> モード用 <a class="Type" href="options.html#'pummaxwidth'">'pummaxwidth'</a><br>
|
|
41703 | 41705 | <a class="Identifier" href="builtin.html#getcellpixels()">getcellpixels()</a> 端末のセルのピクセルサイズのリストを取得する<br>
|
41704 | 41706 | <a class="Identifier" href="builtin.html#getcmdcomplpat()">getcmdcomplpat()</a> シェルコマンドライン補完<br>
|
41705 | 41707 | <a class="Identifier" href="builtin.html#getcmdprompt()">getcmdprompt()</a> input()/confirm() のプロンプトを取得<br>
|
| 41708 | +<span class="MissingTag">getcompletiontype()</span> コマンドライン補完の種類を取得<br> |
41706 | 41709 | <a class="Identifier" href="builtin.html#getregion()">getregion()</a> バッファからテキストの領域を取得<br>
|
41707 | 41710 | <a class="Identifier" href="builtin.html#getregionpos()">getregionpos()</a> 領域の位置をリストで取得<br>
|
41708 | 41711 | <a class="Identifier" href="builtin.html#getstacktrace()">getstacktrace()</a> Vim script の現在のスタックトレースを取得する<br>
|
|
0 commit comments