33helpname: 'version9'
44---
55<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 May 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 May 28 <br>
77<br>
88<br>
99 <span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br>
4157841578<br>
4157941579Vim script および Vim9 script での <a class="Identifier" href="eval.html#Tuple">Tuple</a> データ型のサポート。<br>
4158041580<br>
41581+ <a class="Type" href="options.html#'tabline'">'tabline'</a> に似た垂直の <span class="MissingTag">tabpanel</span> ウィンドウをサポート。<br>
41582+ <br>
41583+ 新しい挿入モード補完: <span class="MissingTag">i_CTRL-X_CTRL-R</span> でレジスタから単語を補完する。<br>
41584+ <br>
4158141585 <a class="Constant" href="version9.html#changed-9.2" name="changed-9.2">changed-9.2</a><br>
4158241586<span class="PreProc">変更点</span><br>
4158341587<span class="PreProc">------</span><br>
4161341617- <a class="Type" href="options.html#'wildmode'">'wildmode'</a> の新しいオプション値:<br>
4161441618 "noselect" - wildmenu のエントリを自動選択しない<br>
4161541619- <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>
41620+ "F <span class="Special">{func}</span>" - 与えられた関数を使って補完する<br>
41621+ "F " - <a class="Type" href="options.html#'completefunc'">'completefunc'</a> を使って補完する<br>
4161841622 "o" - <a class="Type" href="options.html#'omnifunc'">'omnifunc'</a> を使って補完する<br>
4161941623- "<span class="Special">{flag}</span>^<span class="Special"><limit></span>" 表記を使用して、 <a class="Type" href="options.html#'complete'">'complete'</a> のソースのマッチ数を制限できる<br>
4162041624 ようにする<br>
@@ -41626,18 +41630,19 @@
4162641630- <a class="Type" href="options.html#'commentstring'">'commentstring'</a> のデフォルトには、自動コメントの見栄えを良くするための空白の<br>
4162741631 パディングを含んでいる <a class="Identifier" href="usr_05.html#comment-install">comment-install</a><br>
4162841632- <a class="Type" href="options.html#'completeopt'">'completeopt'</a> は <a class="Identifier" href="options.html#global-local">global-local</a> オプションになった。<br>
41629- - <a class="Type" href="options.html#'nrformats'">'nrformats'</a> は、マイナス記号の前の空白に基づいて符号付きか符号なしの数値かを<br>
41630- 決定する新しい "blank" サブオプションを受け付ける。<br>
4163141633- いくつかの (伝統的な) vi の動作/不整合を無効にするために、<a class="Type" href="options.html#'cpoptions'">'cpoptions'</a> にフラ<br>
4163241634 グ "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>
41633- - <a class="Type" href="options.html#'rulerformat'">'rulerformat'</a> は <a class="Identifier" href="options.html#stl-%!">stl-%!</a> 項目をサポートするようになった<br>
41634- - ページ単位のスクロールには <span class="Special">CTRL-F</span> / <span class="Special">CTRL-B</span> で、また、半ページ単位のスクロー<br>
41635- ルには <span class="Special">CTRL-D</span> / <span class="Special">CTRL-U</span> で <a class="Type" href="options.html#'smoothscroll'">'smoothscroll'</a> ロジックを使用する。<br>
41636- - <a class="Type" href="options.html#'pummaxwidth'">'pummaxwidth'</a> 補完ポップアップメニューの最大幅<br>
4163741635- <a class="Type" href="options.html#'fillchars'">'fillchars'</a> の新しいオプション値:<br>
4163841636 "trunc" - 切り詰め表示を設定する、<a class="Type" href="options.html#'pummaxwidth'">'pummaxwidth'</a><br>
4163941637 "truncrl" - "trunc" に似ているが <a class="Type" href="options.html#'rl'">'rl'</a> モード用 <a class="Type" href="options.html#'pummaxwidth'">'pummaxwidth'</a><br>
41638+ "tpl_vert" - <span class="MissingTag">'tabpanel'</span> のセパレーター<br>
41639+ - <a class="Type" href="options.html#'grepformat'">'grepformat'</a> は <a class="Identifier" href="options.html#global-local">global-local</a> オプションになった。<br>
4164041640- GTK3 でマウスカーソルの一部が表示されない問題を修正 <a class="Type" href="options.html#'mouseshape'">'mouseshape'</a><br>
41641+ - <a class="Type" href="options.html#'nrformats'">'nrformats'</a> は、マイナス記号の前の空白に基づいて符号付きか符号なしの数値かを<br>
41642+ 決定する新しい "blank" サブオプションを受け付ける。<br>
41643+ - <a class="Type" href="options.html#'rulerformat'">'rulerformat'</a> は <a class="Identifier" href="options.html#stl-%!">stl-%!</a> 項目をサポートするようになった<br>
41644+ - ページ単位のスクロールには <span class="Special">CTRL-F</span> / <span class="Special">CTRL-B</span> で、また、半ページ単位のスクロー<br>
41645+ ルには <span class="Special">CTRL-D</span> / <span class="Special">CTRL-U</span> で <a class="Type" href="options.html#'smoothscroll'">'smoothscroll'</a> ロジックを使用する。<br>
4164141646<br>
4164241647<span class="PreProc">Ex コマンド:</span><br>
4164341648- 新しい目印を定義するときに優先順位を指定できるようにする <a class="Identifier" href="sign.html#:sign-define">:sign-define</a><br>
4167341678 <a class="Identifier" href="pi_netrw.html#netrw">netrw</a> から切り離す<br>
4167441679- ".=" を使用した新しいダイグラフ "APPROACHES THE LIMIT"<br>
4167541680- <a class="Identifier" href="pattern.html#CTRL-C">CTRL-C</a> は常にアクティブな <a class="Identifier" href="popup.html#popup-window">popup-window</a> を閉じる。<br>
41681+ - configure スクリプトは、GUI ツールキットを自動検出するときに、GTK2 よりも<br>
41682+ GTK3 の使用を優先する。<br>
4167641683<br>
4167741684 <a class="Constant" href="version9.html#added-9.2" name="added-9.2">added-9.2</a><br>
4167841685<span class="PreProc">追加要素</span><br>
4172741734<a class="Identifier" href="syntax.html#hl-PmenuMatch">hl-PmenuMatch</a> ポップアップメニュー: マッチしたテキストのハイライト<br>
4172841735<a class="Identifier" href="syntax.html#hl-PmenuMatchSel">hl-PmenuMatchSel</a> ポップアップメニュー: 選択された行のマッチしたテキスト<br>
4172941736 のハイライト<br>
41737+ <span class="MissingTag">hl-TabPanel</span> <span class="MissingTag">tabpanel</span>: アクティブではないタブページラベル<br>
41738+ <span class="MissingTag">hl-TabPanelFill</span> <span class="MissingTag">tabpanel</span>: 詰め用スペース<br>
41739+ <span class="MissingTag">hl-TabPanelSel</span> <span class="MissingTag">tabpanel</span>: アクティブなタブページラベル<br>
4173041740<br>
4173141741<span class="PreProc">コマンド:</span><br>
4173241742<br>
4173741747<a class="Identifier" href="change.html#:iput">:iput</a> <a class="Identifier" href="change.html#:put">:put</a> と似ているが、インデントを調整する<br>
4173841748<a class="Identifier" href="windows.html#:pbuffer">:pbuffer</a> バッファリストからバッファ <span class="Special">[N]</span> をプレビューウィンドウ<br>
4173941749 で編集する<br>
41750+ <span class="MissingTag">:redrawtabpanel</span> <span class="MissingTag">'tabpanel'</span> を強制的に更新する。<br>
4174041751<br>
4174141752<span class="PreProc">オプション:</span><br>
4174241753<br>
4175041761<a class="Type" href="options.html#'lhistory'">'lhistory'</a> location リストスタックのサイズ <a class="Identifier" href="quickfix.html#quickfix-stack">quickfix-stack</a><br>
4175141762<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>
4175241763<a class="Type" href="options.html#'pummaxwidth'">'pummaxwidth'</a> 補完ポップアップメニューの最大幅<br>
41753- <a class="Type" href="options.html#'winfixbuf'">'winfixbuf '</a > ウィンドウ内でバッファをフォーカスしたままにする <br>
41764+ <span class="MissingTag">'showtabpanel '</span > <span class="MissingTag">tabpanel</span> をいつ表示するか <br>
4175441765<a class="Type" href="options.html#'tabclose'">'tabclose'</a> タブページを閉じた後にフォーカスするタブページ<br>
41766+ <span class="MissingTag">'tabpanel'</span> タブページを表示するためのオプションの垂直パネル<br>
41767+ <span class="MissingTag">tabpanel</span><br>
41768+ <span class="MissingTag">'tabpanelopt'</span> <span class="MissingTag">tabpanel</span> のオプション設定<br>
4175541769<a class="Type" href="term.html#'t_xo'">'t_xo'</a> 端末は XON/XOFF ハンドシェイクを使用する (例: vt420)<br>
4175641770<a class="Type" href="term.html#'t_CF'">'t_CF'</a> 代替フォントハイライトの端末コードのサポート<br>
4175741771<a class="Type" href="options.html#'winfixbuf'">'winfixbuf'</a> ウィンドウ内でバッファをフォーカスしたままにする<br>
0 commit comments