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 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>
7
7
<br>
8
8
<br>
9
9
<span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br>
41578
41578
<br>
41579
41579
Vim script および Vim9 script での <a class="Identifier" href="eval.html#Tuple">Tuple</a> データ型のサポート。<br>
41580
41580
<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>
41581
41585
<a class="Constant" href="version9.html#changed-9.2" name="changed-9.2">changed-9.2</a><br>
41582
41586
<span class="PreProc">変更点</span><br>
41583
41587
<span class="PreProc">------</span><br>
41613
41617
- <a class="Type" href="options.html#'wildmode'">'wildmode'</a> の新しいオプション値:<br>
41614
41618
"noselect" - wildmenu のエントリを自動選択しない<br>
41615
41619
- <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>
41618
41622
"o" - <a class="Type" href="options.html#'omnifunc'">'omnifunc'</a> を使って補完する<br>
41619
41623
- "<span class="Special">{flag}</span>^<span class="Special"><limit></span>" 表記を使用して、 <a class="Type" href="options.html#'complete'">'complete'</a> のソースのマッチ数を制限できる<br>
41620
41624
ようにする<br>
@@ -41626,18 +41630,19 @@
41626
41630
- <a class="Type" href="options.html#'commentstring'">'commentstring'</a> のデフォルトには、自動コメントの見栄えを良くするための空白の<br>
41627
41631
パディングを含んでいる <a class="Identifier" href="usr_05.html#comment-install">comment-install</a><br>
41628
41632
- <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>
41631
41633
- いくつかの (伝統的な) vi の動作/不整合を無効にするために、<a class="Type" href="options.html#'cpoptions'">'cpoptions'</a> にフラ<br>
41632
41634
グ "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>
41637
41635
- <a class="Type" href="options.html#'fillchars'">'fillchars'</a> の新しいオプション値:<br>
41638
41636
"trunc" - 切り詰め表示を設定する、<a class="Type" href="options.html#'pummaxwidth'">'pummaxwidth'</a><br>
41639
41637
"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>
41640
41640
- 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>
41641
41646
<br>
41642
41647
<span class="PreProc">Ex コマンド:</span><br>
41643
41648
- 新しい目印を定義するときに優先順位を指定できるようにする <a class="Identifier" href="sign.html#:sign-define">:sign-define</a><br>
41673
41678
<a class="Identifier" href="pi_netrw.html#netrw">netrw</a> から切り離す<br>
41674
41679
- ".=" を使用した新しいダイグラフ "APPROACHES THE LIMIT"<br>
41675
41680
- <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>
41676
41683
<br>
41677
41684
<a class="Constant" href="version9.html#added-9.2" name="added-9.2">added-9.2</a><br>
41678
41685
<span class="PreProc">追加要素</span><br>
41727
41734
<a class="Identifier" href="syntax.html#hl-PmenuMatch">hl-PmenuMatch</a> ポップアップメニュー: マッチしたテキストのハイライト<br>
41728
41735
<a class="Identifier" href="syntax.html#hl-PmenuMatchSel">hl-PmenuMatchSel</a> ポップアップメニュー: 選択された行のマッチしたテキスト<br>
41729
41736
のハイライト<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>
41730
41740
<br>
41731
41741
<span class="PreProc">コマンド:</span><br>
41732
41742
<br>
41737
41747
<a class="Identifier" href="change.html#:iput">:iput</a> <a class="Identifier" href="change.html#:put">:put</a> と似ているが、インデントを調整する<br>
41738
41748
<a class="Identifier" href="windows.html#:pbuffer">:pbuffer</a> バッファリストからバッファ <span class="Special">[N]</span> をプレビューウィンドウ<br>
41739
41749
で編集する<br>
41750
+ <span class="MissingTag">:redrawtabpanel</span> <span class="MissingTag">'tabpanel'</span> を強制的に更新する。<br>
41740
41751
<br>
41741
41752
<span class="PreProc">オプション:</span><br>
41742
41753
<br>
41750
41761
<a class="Type" href="options.html#'lhistory'">'lhistory'</a> location リストスタックのサイズ <a class="Identifier" href="quickfix.html#quickfix-stack">quickfix-stack</a><br>
41751
41762
<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>
41752
41763
<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>
41754
41765
<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>
41755
41769
<a class="Type" href="term.html#'t_xo'">'t_xo'</a> 端末は XON/XOFF ハンドシェイクを使用する (例: vt420)<br>
41756
41770
<a class="Type" href="term.html#'t_CF'">'t_CF'</a> 代替フォントハイライトの端末コードのサポート<br>
41757
41771
<a class="Type" href="options.html#'winfixbuf'">'winfixbuf'</a> ウィンドウ内でバッファをフォーカスしたままにする<br>
0 commit comments