diff --git a/doc/version9.jax b/doc/version9.jax index 66d585b12..a156aa6c3 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -1,4 +1,4 @@ -*version9.txt* For Vim バージョン 9.1. Last change: 2025 Aug 22 +*version9.txt* For Vim バージョン 9.1. Last change: 2025 Aug 24 VIMリファレンスマニュアル by Bram Moolenaar @@ -41635,6 +41635,8 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。 - 構文スクリプトで使用するための新しいデフォルトのハイライトグループ "Bold"、 "Italic" および "BoldItalic" を追加した。 +- |items()| 関数は Blob をサポートするようになった。 + *changed-9.2* 変更点~ ------ @@ -41733,6 +41735,9 @@ Ex コマンド: ~ "]>"。 - クライアントサーバー機能に Unix ドメインソケットのサポートが追加された。 |socketserver-clientserver| を参照。 +- |CmdlineLeave| は、|v:char| をコマンドラインからの終了の原因となった文字に設 + 定する。 +- |min()|/|max()| はすべての比較可能なデータ型を処理できる。 プラットフォーム固有 ~ - MS-Windows: "\Windows" や "/Windows" などのパスは、相対パスではなく (現在の @@ -41771,6 +41776,8 @@ Ex コマンド: ~ |str2blob()| 文字列のリストを blob に変換する |test_null_tuple()| null の tuple を返す |tuple2list()| Tuple の項目をリストに変換する +|uri_decode()| 文字列を URI デコードする +|uri_encode()| 文字列を URI エンコードする |wildtrigger()| ワイルドカード展開をトリガーする @@ -41813,11 +41820,13 @@ Ex コマンド: ~ 'autocomplete' 自動補完を有効にする |ins-autocompletion| 'autocompletedelay' 入力後にメニューが表示されるまでの遅延 (msec) +'autocompletetimeout' 自動補完アルゴリズムの初期減衰タイムアウト 'chistory' quickfix スタックのサイズ |quickfix-stack| 'clipmethod' クリップボードにアクセスする方法 'completefuzzycollect' (一部の) |ins-completion| モード用のファジーな候補の収 集を有効にする 'completeitemalign' 挿入モード補完ポップアップでの |complete-items| の順序 +'completetimeout' CTRL-N と CTRL-P の初期減衰タイムアウト 'diffanchors' 差分の同期を強制する {address} のリスト 'eventignorewin' ウィンドウ内で無視される自動コマンドイベント 'findfunc' |:find| コマンドの結果を取得するための Vim の関数 @@ -41833,12 +41842,17 @@ Ex コマンド: ~ 'tabpanelopt' |tabpanel| のオプション設定 't_xo' 端末は XON/XOFF ハンドシェイクを使用する (例: vt420) 't_CF' 代替フォントハイライトの端末コードのサポート +'t_Ms' OSC 52 のコマンド形式 'winfixbuf' ウィンドウ内でバッファをフォーカスしたままにする 'wlseat' |wayland| 機能に使用する Wayland シートを指定する 'wlsteal' フォーカスを奪って |wayland| クリップボードにアクセス する 'wltimeout' |wayland| コンポジタの接続タイムアウトを指定する +Vim 変数: ~ +|v:termda1| プライマリデバイス属性クエリ (DA1) に対して返されるエ + スケープシーケンス。 + Vim 引数: ~ |-Y| |wayland| コンポジタに接続しない。 |--clientserver| クライアントサーバー機能のバックエンドを指定する。 diff --git a/en/version9.txt b/en/version9.txt index 30501b597..7e18266d7 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -1,4 +1,4 @@ -*version9.txt* For Vim version 9.1. Last change: 2025 Aug 22 +*version9.txt* For Vim version 9.1. Last change: 2025 Aug 24 VIM REFERENCE MANUAL by Bram Moolenaar @@ -41648,6 +41648,8 @@ Other new features ~ - Add the new default highlighting groups "Bold", "Italic" and "BoldItalic" for use in syntax scripts. +- |items()| function now supports Blob. + *changed-9.2* Changed~ ------- @@ -41748,6 +41750,9 @@ Others: ~ ANGLE BRACKET "]>". - Support for Unix domain sockets have been added for the clientserver feature, see |socketserver-clientserver|. +- |CmdlineLeave| sets |v:char| to the character that caused exiting the + Command-line. +- |min()|/|max()| can handle all comparable data types. Platform specific ~ - MS-Winodws: Paths like "\Windows" and "/Windows" are now considered to be @@ -41786,6 +41791,8 @@ Functions: ~ |str2blob()| convert a List of strings into a blob |test_null_tuple()| return a null tuple |tuple2list()| turn a Tuple of items into a List +|uri_decode()| URI-decode a string +|uri_encode()| URI-encode a string |wildtrigger()| trigger wildcard expansion @@ -41829,12 +41836,14 @@ Options: ~ 'autocomplete' Enable auto completion |ins-autocompletion| 'autocompletedelay' Delay in msec before menu appears after typing -'chistory' Size of the quickfix stack |quickfix-stack|. -'clipmethod' How to access the clipboard. +'autocompletetimeout' initial decay timeout for autocompletion algorithm +'chistory' Size of the quickfix stack |quickfix-stack| +'clipmethod' How to access the clipboard 'completefuzzycollect' Enable fuzzy collection of candidates for (some) |ins-completion| modes 'completeitemalign' Order of |complete-items| in Insert mode completion popup +'completetimeout' initial decay timeout for CTRL-N and CTRL-P 'diffanchors' list of {address} to force syncing of diffs 'eventignorewin' autocommand events that are ignored in a window 'findfunc' Vim function to obtain the results for a |:find| @@ -41851,12 +41860,17 @@ Options: ~ 'tabpanelopt' Optional settings for the |tabpanel| 't_xo' Terminal uses XON/XOFF handshaking (e.g. vt420) 't_CF' Support for alternate font highlighting terminal code +'t_Ms' OSC 52 command format 'winfixbuf' Keep buffer focused in a window 'wlseat' Specify Wayland seat to use for the |wayland| feature 'wlsteal' Steal focus to access the |wayland| clipboard 'wltimeout' Specify the connection timeout for the |wayland| compositor +Vim Variables: ~ +|v:termda1| The escape sequence returned for the primary device + attribute query (DA1). + Vim Arguments: ~ |-Y| Do not connect to the |wayland| compositor. |--clientserver| Specify backend for clientserver functionality.