Skip to content

Commit faaf3c5

Browse files
committed
Update by original
1 parent aa73d18 commit faaf3c5

File tree

2 files changed

+54
-44
lines changed

2 files changed

+54
-44
lines changed

doc/version9.jax

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Jul 08
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Jul 10
22

33

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

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

41592-
XDG デスクトップ仕様 |xdg-base-dir| のサポートが追加され、環境変数 |$MYVIMDIR|
41593-
は、ユーザーの個人ランタイムディレクトリ (Linux では$HOME/.vim または
41594-
$HOME/.config/vim、Windows では $HOME/vimfiles) に設定される。
41592+
- XDG デスクトップ仕様 |xdg-base-dir| のサポートが追加され、環境変数
41593+
|$MYVIMDIR|は、ユーザーの個人ランタイムディレクトリ (Linux では$HOME/.vim
41594+
たは$HOME/.config/vim、Windows では $HOME/vimfiles) に設定される。
4159541595

41596-
OpenVMS での Python3 のサポート。
41596+
- OpenVMS での Python3 のサポート。
4159741597

41598-
Win32 GUI には、より優れたツールバーアイコンが付属している。
41598+
- Win32 GUI には、より優れたツールバーアイコンが付属している。
4159941599

4160041600
*new-other-9.2*
4160141601
その他の新機能 ~
4160241602
--------------
41603-
<D-Key> を使用した GTK でのスーパーキーマッピングのサポート。
41603+
- <D-Key> を使用した GTK でのスーパーキーマッピングのサポート。
4160441604

41605-
新しいパッケージ |package-comment|、|package-nohlsearch| および
41606-
|package-hlyank| を同梱。
41605+
- 新しいパッケージ |package-comment|、|package-nohlsearch| および
41606+
|package-hlyank| を同梱。
4160741607

41608-
対話型チュータープラグイン |vim-tutor-mode| が含まれており、|:Tutor| から起動
41609-
できる
41608+
- 対話型チュータープラグイン |vim-tutor-mode| が含まれており、|:Tutor| から起
41609+
動できる
4161041610

41611-
|gettext()| および |bindtextdomain()| 関数を使用して Vim script プラグインで
41612-
メッセージを翻訳するためのサポートが追加された。
41611+
- |gettext()| および |bindtextdomain()| 関数を使用して Vim script プラグインで
41612+
メッセージを翻訳するためのサポートが追加された。
4161341613

41614-
|ins-completion-menu| で、挿入モード補完とコマンドライン補完の一致したテキスト
41615-
と補完の種類のハイライトをサポートする。|complete-items| を参照。
41614+
- |ins-completion-menu| で、挿入モード補完とコマンドライン補完の一致したテキス
41615+
トと補完の種類のハイライトをサポートする。|complete-items| を参照。
4161641616

41617-
垂直の 'tabline' である新しい垂直の |tabpanel| ウィンドウが追加された。
41617+
- 垂直の 'tabline' である新しい垂直の |tabpanel| ウィンドウが追加された。
4161841618

41619-
|dist#vim9#Launch()| および |dist#vim9#Open()| 関数が |vim-script-library|
41620-
追加され、|netrw| から分離された。
41619+
- |dist#vim9#Launch()| および |dist#vim9#Open()| 関数が |vim-script-library|
41620+
に追加され、|netrw| から分離された。
4162141621

41622-
".=" を使用した新しいダイグラフ "APPROACHES THE LIMIT" が追加された。
41622+
- ".=" を使用した新しいダイグラフ "APPROACHES THE LIMIT" が追加された。
4162341623

4162441624
*changed-9.2*
4162541625
変更点~
@@ -41783,6 +41783,7 @@ Ex コマンド: ~
4178341783
'findfunc' |:find| コマンドの結果を取得するための Vim の関数
4178441784
'isexpand' 補完のトリガーを定義する
4178541785
'lhistory' location リストスタックのサイズ |quickfix-stack|
41786+
'maxsearchcount' 検索ステータスの最大数を設定する |shm-S|
4178641787
'messagesopt' |:messages| と |hit-enter| プロンプトを設定する
4178741788
'pummaxwidth' 補完ポップアップメニューの最大幅
4178841789
'showtabpanel' |tabpanel| をいつ表示するか
@@ -41794,6 +41795,10 @@ Ex コマンド: ~
4179441795
't_CF' 代替フォントハイライトの端末コードのサポート
4179541796
'winfixbuf' ウィンドウ内でバッファをフォーカスしたままにする
4179641797

41798+
Vim 引数: ~
41799+
|-Y| Wayland コンポジタに接続しない。
41800+
41801+
4179741802
==============================================================================
4179841803
☆非互換な変更 *incompatible-9.2*
4179941804

en/version9.txt

Lines changed: 29 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2025 Jul 08
1+
*version9.txt* For Vim version 9.1. Last change: 2025 Jul 10
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41598,41 +41598,41 @@ Completion~
4159841598

4159941599
Platform specific~
4160041600
-----------------
41601-
Support for Wayland UI and support for the Wayland clipboard has been added.
41601+
- Support for Wayland UI and support for the Wayland clipboard has been added.
4160241602

41603-
Support for the XDG Desktop Specification |xdg-base-dir| has been added and
41604-
the environment variable |$MYVIMDIR| is set to the users personal runtime
41605-
directory ($HOME/.vim or $HOME/.config/vim on Linux, $HOME/vimfiles on
41606-
Windows).
41603+
- Support for the XDG Desktop Specification |xdg-base-dir| has been added and
41604+
the environment variable |$MYVIMDIR| is set to the users personal runtime
41605+
directory ($HOME/.vim or $HOME/.config/vim on Linux, $HOME/vimfiles on
41606+
Windows).
4160741607

41608-
Python3 support in OpenVMS is now available.
41608+
- Python3 support in OpenVMS is now available.
4160941609

41610-
The Win32 GUI comes with better toolbar icons.
41610+
- The Win32 GUI comes with better toolbar icons.
4161141611
*new-other-9.2*
4161241612
Other new features ~
4161341613
------------------
41614-
Support for Super key mappings in GTK using <D-Key>.
41614+
- Support for Super key mappings in GTK using <D-Key>.
4161541615

41616-
The new packages |package-comment|, |package-nohlsearch|, |package-hlyank| and
41617-
|help-TOC| are included.
41616+
- The new packages |package-comment|, |package-nohlsearch|, |package-hlyank| and
41617+
|help-TOC| are included.
4161841618

41619-
An interactive tutor plugin has been included |vim-tutor-mode| and can be
41620-
started via |:Tutor|.
41619+
- An interactive tutor plugin has been included |vim-tutor-mode| and can be
41620+
started via |:Tutor|.
4162141621

41622-
Support for translating messages in Vim script plugins using the |gettext()|
41623-
and |bindtextdomain()| functions was included.
41622+
- Support for translating messages in Vim script plugins using the |gettext()|
41623+
and |bindtextdomain()| functions was included.
4162441624

41625-
Support highlighting the matched text and the completion kind for insert-mode
41626-
completion and command-line completion in |ins-completion-menu|, see
41627-
|complete-items|.
41625+
- Support highlighting the matched text and the completion kind for
41626+
insert-mode completion and command-line completion in |ins-completion-menu|,
41627+
see |complete-items|.
4162841628

41629-
A new vertical |tabpanel| window has been included which is a vertical
41630-
'tabline'.
41629+
- A new vertical |tabpanel| window has been included which is a vertical
41630+
'tabline'.
4163141631

41632-
The |dist#vim9#Launch()| and |dist#vim9#Open()| functions have been added to
41633-
the |vim-script-library| and decoupled from |netrw|.
41632+
- The |dist#vim9#Launch()| and |dist#vim9#Open()| functions have been added to
41633+
the |vim-script-library| and decoupled from |netrw|.
4163441634

41635-
The new digraph "APPROACHES THE LIMIT" using ".=" has been added
41635+
- The new digraph "APPROACHES THE LIMIT" using ".=" has been added.
4163641636

4163741637
*changed-9.2*
4163841638
Changed~
@@ -41798,7 +41798,8 @@ Options: ~
4179841798
'findfunc' Vim function to obtain the results for a |:find|
4179941799
command
4180041800
'isexpand' defines triggers for completion
41801-
'lhistory' Size of the location list stack |quickfix-stack|.
41801+
'lhistory' Size of the location list stack |quickfix-stack|
41802+
'maxsearchcount' Set the maximum number for search-stat |shm-S|
4180241803
'messagesopt' configure |:messages| and |hit-enter| prompt
4180341804
'pummaxwidth' maximum width for the completion popup menu
4180441805
'showtabpanel' When to show the |tabpanel|
@@ -41810,6 +41811,10 @@ Options: ~
4181041811
't_CF' Support for alternate font highlighting terminal code
4181141812
'winfixbuf' Keep buffer focused in a window
4181241813

41814+
Vim Arguments: ~
41815+
|-Y| Do not connect to the Wayland compositor.
41816+
41817+
4181341818
==============================================================================
4181441819
INCOMPATIBLE CHANGES *incompatible-9.2*
4181541820

0 commit comments

Comments
 (0)