|
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 Apr 08<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 Apr 18<br> |
7 | 7 | <br> |
8 | 8 | <br> |
9 | 9 | <span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br> |
@@ -41607,10 +41607,17 @@ |
41607 | 41607 | - <a class="Type" href="options.html#'completeopt'">'completeopt'</a> の新しいオプション値:<br> |
41608 | 41608 | "nosort" - 補完結果をソートしない<br> |
41609 | 41609 | "preinsert" - 挿入する値をハイライトする<br> |
| 41610 | + "nearest" - カーソルまでの距離で補完結果をソートする<br> |
41610 | 41611 | - 複数行の補完項目を期待通りに処理する<br> |
41611 | 41612 | - <a class="Identifier" href="syntax.html#:hi">:hi</a> コマンドのコマンドライン補完が改善された<br> |
41612 | 41613 | - <a class="Type" href="options.html#'wildmode'">'wildmode'</a> の新しいオプション値:<br> |
41613 | 41614 | "noselect" - wildmenu のエントリを自動選択しない<br> |
| 41615 | +- <a class="Type" href="options.html#'complete'">'complete'</a> の新しいフラグ:<br> |
| 41616 | + "f<span class="Special">{func}</span>" - 与えられた関数を使って補完する<br> |
| 41617 | + "f" - <a class="Type" href="options.html#'completefunc'">'completefunc'</a> を使って補完する<br> |
| 41618 | + "o" - <a class="Type" href="options.html#'omnifunc'">'omnifunc'</a> を使って補完する<br> |
| 41619 | +- "<span class="Special">{flag}</span>^<span class="Special"><limit></span>" 表記を使用して、 <a class="Type" href="options.html#'complete'">'complete'</a> のソースのマッチ数を制限できる<br> |
| 41620 | + ようにする<br> |
41614 | 41621 | <br> |
41615 | 41622 | <span class="PreProc">オプション:</span><br> |
41616 | 41623 | - <a class="Type" href="options.html#'commentstring'">'commentstring'</a> のデフォルトには、自動コメントの見栄えを良くするための空白の<br> |
|
41626 | 41633 | - <span class="MissingTag">'pummaxwidth'</span> 補完ポップアップメニューの最大幅<br> |
41627 | 41634 | - <a class="Type" href="options.html#'fillchars'">'fillchars'</a> の新しいオプション値:<br> |
41628 | 41635 | "trunc" - 切り詰め表示を設定する、<span class="MissingTag">'pummaxwidth'</span><br> |
| 41636 | + "truncrl" - "trunc" に似ているが <a class="Type" href="options.html#'rl'">'rl'</a> モード用 <span class="MissingTag">'pummaxwidth'</span><br> |
41629 | 41637 | <br> |
41630 | 41638 | <span class="PreProc">Ex コマンド:</span><br> |
41631 | 41639 | - 新しい目印を定義するときに優先順位を指定できるようにする <a class="Identifier" href="sign.html#:sign-define">:sign-define</a><br> |
|
0 commit comments