Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 16 additions & 3 deletions doc/version9.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Aug 16
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Aug 17


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -41597,7 +41597,8 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。

プラットフォーム固有~
--------------------
- Wayland UI のサポートと Wayland クリップボードのサポートが追加された。
- Wayland UI のサポートと Wayland クリップボードのサポートが追加された
|wayland|。

- XDG デスクトップ仕様 |xdg-base-dir| のサポートが追加され、環境変数
|$MYVIMDIR|は、ユーザーの個人ランタイムディレクトリ (Linux では$HOME/.vim ま
Expand Down Expand Up @@ -41730,6 +41731,12 @@ Ex コマンド: ~
と RIGHT ANGLE BRACKET を表すように変更された。
- ダイグラフが 2 つ追加された:LEFT ANGLE BRACKET "<[" と RIGHT ANGLE BRACKET
"]>"。
- クライアントサーバー機能に Unix ドメインソケットのサポートが追加された。
|socketserver-clientserver| を参照。

プラットフォーム固有 ~
- MS-Windows: "\Windows" や "/Windows" などのパスは、相対パスではなく (現在の
ドライブへの) 絶対パスとして扱われるようになった。

*added-9.2*
追加要素 ~
Expand Down Expand Up @@ -41807,6 +41814,7 @@ Ex コマンド: ~
'autocompletion' 自動補完を有効にする |ins-autocompletion|
'autocompletedelay' 入力後にメニューが表示されるまでの遅延 (msec)
'chistory' quickfix スタックのサイズ |quickfix-stack|
'clipmethod' クリップボードにアクセスする方法
'completefuzzycollect' (一部の) |ins-completion| モード用のファジーな候補の収
集を有効にする
'completeitemalign' 挿入モード補完ポップアップでの |complete-items| の順序
Expand All @@ -41826,9 +41834,14 @@ Ex コマンド: ~
't_xo' 端末は XON/XOFF ハンドシェイクを使用する (例: vt420)
't_CF' 代替フォントハイライトの端末コードのサポート
'winfixbuf' ウィンドウ内でバッファをフォーカスしたままにする
'wlseat' |wayland| 機能に使用する Wayland シートを指定する
'wlsteal' フォーカスを奪って |wayland| クリップボードにアクセス
する
'wltimeout' |wayland| コンポジタの接続タイムアウトを指定する

Vim 引数: ~
|-Y| Wayland コンポジタに接続しない。
|-Y| |wayland| コンポジタに接続しない。
|--clientserver| クライアントサーバー機能のバックエンドを指定する。


==============================================================================
Expand Down
19 changes: 16 additions & 3 deletions en/version9.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim version 9.1. Last change: 2025 Aug 16
*version9.txt* For Vim version 9.1. Last change: 2025 Aug 17


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -41608,7 +41608,8 @@ Completion~

Platform specific~
-----------------
- Support for Wayland UI and support for the Wayland clipboard has been added.
- Support for Wayland UI and support for the Wayland clipboard has been added
|wayland|.

- Support for the XDG Desktop Specification |xdg-base-dir| has been added and
the environment variable |$MYVIMDIR| is set to the users personal runtime
Expand Down Expand Up @@ -41745,6 +41746,12 @@ Others: ~
Unicode 16.
- Two additional digraphs have been added: LEFT ANGLE BRACKET "<[" and RIGHT
ANGLE BRACKET "]>".
- Support for Unix domain sockets have been added for the clientserver
feature, see |socketserver-clientserver|.

Platform specific ~
- MS-Winodws: Paths like "\Windows" and "/Windows" are now considered to be
absolute paths (to the current drive) and no longer relative.

*added-9.2*
Added ~
Expand Down Expand Up @@ -41823,6 +41830,7 @@ Options: ~
'autocompletion' 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.
'completefuzzycollect' Enable fuzzy collection of candidates for (some)
|ins-completion| modes
'completeitemalign' Order of |complete-items| in Insert mode completion
Expand All @@ -41844,9 +41852,14 @@ Options: ~
't_xo' Terminal uses XON/XOFF handshaking (e.g. vt420)
't_CF' Support for alternate font highlighting terminal code
'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 Arguments: ~
|-Y| Do not connect to the Wayland compositor.
|-Y| Do not connect to the |wayland| compositor.
|--clientserver| Specify backend for clientserver functionality.


==============================================================================
Expand Down