|
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 21<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 24<br> |
7 | 7 | <br>
|
8 | 8 | <br>
|
9 | 9 | <span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br>
|
|
41618 | 41618 | "o" - <a class="Type" href="options.html#'omnifunc'">'omnifunc'</a> を使って補完する<br>
|
41619 | 41619 | - "<span class="Special">{flag}</span>^<span class="Special"><limit></span>" 表記を使用して、 <a class="Type" href="options.html#'complete'">'complete'</a> のソースのマッチ数を制限できる<br>
|
41620 | 41620 | ようにする<br>
|
| 41621 | +- ":filetype" コマンドの補完を追加<br> |
| 41622 | +- <a class="Identifier" href="builtin.html#getcompletion()">getcompletion()</a> に "filetypecmd" 補完タイプを追加<br> |
41621 | 41623 | <br>
|
41622 | 41624 | <span class="PreProc">オプション:</span><br>
|
41623 | 41625 | - <a class="Type" href="options.html#'commentstring'">'commentstring'</a> のデフォルトには、自動コメントの見栄えを良くするための空白の<br>
|
|
41682 | 41684 | <a class="Identifier" href="builtin.html#blob2str()">blob2str()</a> blob を文字列のリストに変換する<br>
|
41683 | 41685 | <a class="Identifier" href="builtin.html#bindtextdomain()">bindtextdomain()</a> メッセージの翻訳検索のベースパスを設定する<br>
|
41684 | 41686 | <span class="MissingTag">cmdcomplete_info()</span> 現在のコマンドラインの補完情報を取得<br>
|
| 41687 | +<span class="MissingTag">complete_match()</span> 補完とトリガーの情報を取得<br> |
41685 | 41688 | <a class="Identifier" href="builtin.html#diff()">diff()</a> 2 つの文字列のリストの差分<br>
|
41686 | 41689 | <a class="Identifier" href="builtin.html#filecopy()">filecopy()</a> ファイル <span class="Special">{from}</span> を <span class="Special">{to}</span> にコピー<br>
|
41687 | 41690 | <a class="Identifier" href="builtin.html#foreach()">foreach()</a> リストの項目に関数を適用<br>
|
|
41741 | 41744 | <a class="Type" href="options.html#'completeitemalign'">'completeitemalign'</a> 挿入モード補完ポップアップでの <a class="Identifier" href="insert.html#complete-items">complete-items</a> の順序<br>
|
41742 | 41745 | <a class="Type" href="options.html#'eventignorewin'">'eventignorewin'</a> ウィンドウ内で無視される自動コマンドイベント<br>
|
41743 | 41746 | <a class="Type" href="options.html#'findfunc'">'findfunc'</a> <a class="Identifier" href="editing.html#:find">:find</a> コマンドの結果を取得するための Vim の関数<br>
|
| 41747 | +<span class="MissingTag">'isexpand'</span> 補完のトリガーを定義する<br> |
41744 | 41748 | <a class="Type" href="options.html#'lhistory'">'lhistory'</a> location リストスタックのサイズ <a class="Identifier" href="quickfix.html#quickfix-stack">quickfix-stack</a><br>
|
41745 | 41749 | <a class="Type" href="options.html#'messagesopt'">'messagesopt'</a> <a class="Identifier" href="message.html#:messages">:messages</a> と <a class="Identifier" href="message.html#hit-enter">hit-enter</a> プロンプトを設定する<br>
|
41746 | 41750 | <a class="Type" href="options.html#'pummaxwidth'">'pummaxwidth'</a> 補完ポップアップメニューの最大幅<br>
|
|
0 commit comments