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 Aug 22 <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 Aug 24 <br>
7
7
<br>
8
8
<br>
9
9
<span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br>
41640
41640
- 構文スクリプトで使用するための新しいデフォルトのハイライトグループ "Bold"、<br>
41641
41641
"Italic" および "BoldItalic" を追加した。<br>
41642
41642
<br>
41643
+ - <a class="Identifier" href="builtin.html#items()">items()</a> 関数は Blob をサポートするようになった。<br>
41644
+ <br>
41643
41645
<a class="Constant" href="version9.html#changed-9.2" name="changed-9.2">changed-9.2</a><br>
41644
41646
<span class="PreProc">変更点</span><br>
41645
41647
<span class="PreProc">------</span><br>
41738
41740
"]>"。<br>
41739
41741
- クライアントサーバー機能に Unix ドメインソケットのサポートが追加された。<br>
41740
41742
<span class="MissingTag">socketserver-clientserver</span> を参照。<br>
41743
+ - <a class="Identifier" href="autocmd.html#CmdlineLeave">CmdlineLeave</a> は、<a class="Identifier" href="eval.html#v:char">v:char</a> をコマンドラインからの終了の原因となった文字に設<br>
41744
+ 定する。<br>
41745
+ - <a class="Identifier" href="builtin.html#min()">min()</a><a class="Identifier" href="pattern.html#/">/</a><a class="Identifier" href="builtin.html#max()">max()</a> はすべての比較可能なデータ型を処理できる。<br>
41741
41746
<br>
41742
41747
<span class="PreProc">プラットフォーム固有</span><br>
41743
41748
- MS-Windows: "\Windows" や "/Windows" などのパスは、相対パスではなく (現在の<br>
41776
41781
<a class="Identifier" href="builtin.html#str2blob()">str2blob()</a> 文字列のリストを blob に変換する<br>
41777
41782
<a class="Identifier" href="testing.html#test_null_tuple()">test_null_tuple()</a> null の tuple を返す<br>
41778
41783
<a class="Identifier" href="builtin.html#tuple2list()">tuple2list()</a> Tuple の項目をリストに変換する<br>
41784
+ <a class="Identifier" href="builtin.html#uri_decode()">uri_decode()</a> 文字列を URI デコードする<br>
41785
+ <a class="Identifier" href="builtin.html#uri_encode()">uri_encode()</a> 文字列を URI エンコードする<br>
41779
41786
<a class="Identifier" href="builtin.html#wildtrigger()">wildtrigger()</a> ワイルドカード展開をトリガーする<br>
41780
41787
<br>
41781
41788
<br>
@@ -41818,11 +41825,13 @@
41818
41825
<br>
41819
41826
<a class="Type" href="options.html#'autocomplete'">'autocomplete'</a> 自動補完を有効にする <a class="Identifier" href="insert.html#ins-autocompletion">ins-autocompletion</a><br>
41820
41827
<a class="Type" href="options.html#'autocompletedelay'">'autocompletedelay'</a> 入力後にメニューが表示されるまでの遅延 (msec)<br>
41828
+ <span class="MissingTag">'autocompletetimeout'</span> 自動補完アルゴリズムの初期減衰タイムアウト<br>
41821
41829
<a class="Type" href="options.html#'chistory'">'chistory'</a> quickfix スタックのサイズ <a class="Identifier" href="quickfix.html#quickfix-stack">quickfix-stack</a><br>
41822
41830
<a class="Type" href="options.html#'clipmethod'">'clipmethod'</a> クリップボードにアクセスする方法<br>
41823
41831
<a class="Type" href="options.html#'completefuzzycollect'">'completefuzzycollect'</a> (一部の) <a class="Identifier" href="insert.html#ins-completion">ins-completion</a> モード用のファジーな候補の収<br>
41824
41832
集を有効にする<br>
41825
41833
<a class="Type" href="options.html#'completeitemalign'">'completeitemalign'</a> 挿入モード補完ポップアップでの <a class="Identifier" href="insert.html#complete-items">complete-items</a> の順序<br>
41834
+ <span class="MissingTag">'completetimeout'</span> <span class="Special">CTRL-N</span> と <span class="Special">CTRL-P</span> の初期減衰タイムアウト<br>
41826
41835
<a class="Type" href="options.html#'diffanchors'">'diffanchors'</a> 差分の同期を強制する <span class="Special">{address}</span> のリスト<br>
41827
41836
<a class="Type" href="options.html#'eventignorewin'">'eventignorewin'</a> ウィンドウ内で無視される自動コマンドイベント<br>
41828
41837
<a class="Type" href="options.html#'findfunc'">'findfunc'</a> <a class="Identifier" href="editing.html#:find">:find</a> コマンドの結果を取得するための Vim の関数<br>
@@ -41838,12 +41847,17 @@
41838
41847
<a class="Type" href="options.html#'tabpanelopt'">'tabpanelopt'</a> <a class="Identifier" href="tabpage.html#tabpanel">tabpanel</a> のオプション設定<br>
41839
41848
<a class="Type" href="term.html#'t_xo'">'t_xo'</a> 端末は XON/XOFF ハンドシェイクを使用する (例: vt420)<br>
41840
41849
<a class="Type" href="term.html#'t_CF'">'t_CF'</a> 代替フォントハイライトの端末コードのサポート<br>
41850
+ <span class="MissingTag">'t_Ms'</span> OSC 52 のコマンド形式<br>
41841
41851
<a class="Type" href="options.html#'winfixbuf'">'winfixbuf'</a> ウィンドウ内でバッファをフォーカスしたままにする<br>
41842
41852
<a class="Type" href="options.html#'wlseat'">'wlseat'</a> <a class="Identifier" href="wayland.html#wayland">wayland</a> 機能に使用する Wayland シートを指定する<br>
41843
41853
<a class="Type" href="options.html#'wlsteal'">'wlsteal'</a> フォーカスを奪って <a class="Identifier" href="wayland.html#wayland">wayland</a> クリップボードにアクセス<br>
41844
41854
する<br>
41845
41855
<span class="MissingTag">'wltimeout'</span> <a class="Identifier" href="wayland.html#wayland">wayland</a> コンポジタの接続タイムアウトを指定する<br>
41846
41856
<br>
41857
+ <span class="PreProc">Vim 変数:</span><br>
41858
+ <span class="MissingTag">v:termda1</span> プライマリデバイス属性クエリ (DA1) に対して返されるエ<br>
41859
+ スケープシーケンス。<br>
41860
+ <br>
41847
41861
<span class="PreProc">Vim 引数:</span><br>
41848
41862
<a class="Identifier" href="starting.html#-Y">-Y</a> <a class="Identifier" href="wayland.html#wayland">wayland</a> コンポジタに接続しない。<br>
41849
41863
<span class="MissingTag">--clientserver</span> クライアントサーバー機能のバックエンドを指定する。<br>
0 commit comments