Skip to content

Commit 3736c29

Browse files
authored
Merge pull request #2257 from h-east/update-version9
Update version9.{txt,jax}
2 parents 44c43b3 + 24bbc86 commit 3736c29

File tree

2 files changed

+32
-6
lines changed

2 files changed

+32
-6
lines changed

doc/version9.jax

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Aug 16
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Aug 17
22

33

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

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

4160241603
- XDG デスクトップ仕様 |xdg-base-dir| のサポートが追加され、環境変数
4160341604
|$MYVIMDIR|は、ユーザーの個人ランタイムディレクトリ (Linux では$HOME/.vim ま
@@ -41730,6 +41731,12 @@ Ex コマンド: ~
4173041731
と RIGHT ANGLE BRACKET を表すように変更された。
4173141732
- ダイグラフが 2 つ追加された:LEFT ANGLE BRACKET "<[" と RIGHT ANGLE BRACKET
4173241733
"]>"。
41734+
- クライアントサーバー機能に Unix ドメインソケットのサポートが追加された。
41735+
|socketserver-clientserver| を参照。
41736+
41737+
プラットフォーム固有 ~
41738+
- MS-Windows: "\Windows" や "/Windows" などのパスは、相対パスではなく (現在の
41739+
ドライブへの) 絶対パスとして扱われるようになった。
4173341740

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

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

4183341846

4183441847
==============================================================================

en/version9.txt

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2025 Aug 16
1+
*version9.txt* For Vim version 9.1. Last change: 2025 Aug 17
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41608,7 +41608,8 @@ Completion~
4160841608

4160941609
Platform specific~
4161041610
-----------------
41611-
- Support for Wayland UI and support for the Wayland clipboard has been added.
41611+
- Support for Wayland UI and support for the Wayland clipboard has been added
41612+
|wayland|.
4161241613

4161341614
- Support for the XDG Desktop Specification |xdg-base-dir| has been added and
4161441615
the environment variable |$MYVIMDIR| is set to the users personal runtime
@@ -41745,6 +41746,12 @@ Others: ~
4174541746
Unicode 16.
4174641747
- Two additional digraphs have been added: LEFT ANGLE BRACKET "<[" and RIGHT
4174741748
ANGLE BRACKET "]>".
41749+
- Support for Unix domain sockets have been added for the clientserver
41750+
feature, see |socketserver-clientserver|.
41751+
41752+
Platform specific ~
41753+
- MS-Winodws: Paths like "\Windows" and "/Windows" are now considered to be
41754+
absolute paths (to the current drive) and no longer relative.
4174841755

4174941756
*added-9.2*
4175041757
Added ~
@@ -41823,6 +41830,7 @@ Options: ~
4182341830
'autocompletion' Enable auto completion |ins-autocompletion|
4182441831
'autocompletedelay' Delay in msec before menu appears after typing
4182541832
'chistory' Size of the quickfix stack |quickfix-stack|.
41833+
'clipmethod' How to access the clipboard.
4182641834
'completefuzzycollect' Enable fuzzy collection of candidates for (some)
4182741835
|ins-completion| modes
4182841836
'completeitemalign' Order of |complete-items| in Insert mode completion
@@ -41844,9 +41852,14 @@ Options: ~
4184441852
't_xo' Terminal uses XON/XOFF handshaking (e.g. vt420)
4184541853
't_CF' Support for alternate font highlighting terminal code
4184641854
'winfixbuf' Keep buffer focused in a window
41855+
'wlseat' Specify Wayland seat to use for the |wayland| feature
41856+
'wlsteal' Steal focus to access the |wayland| clipboard
41857+
'wltimeout' Specify the connection timeout for the |wayland|
41858+
compositor
4184741859

4184841860
Vim Arguments: ~
41849-
|-Y| Do not connect to the Wayland compositor.
41861+
|-Y| Do not connect to the |wayland| compositor.
41862+
|--clientserver| Specify backend for clientserver functionality.
4185041863

4185141864

4185241865
==============================================================================

0 commit comments

Comments
 (0)