Skip to content

Commit 60260d7

Browse files
committed
Update version9.{txt,jax}
1 parent 5a197b3 commit 60260d7

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

doc/version9.jax

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Sep 02
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Sep 10
22

33

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

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

41611+
- Haiku |os_haiku.txt| のフルスクリーンサポートが向上した。
41612+
4161141613
*new-other-9.2*
4161241614
その他の新機能 ~
4161341615
--------------
@@ -41747,6 +41749,7 @@ Ex コマンド: ~
4174741749
プラットフォーム固有 ~
4174841750
- MS-Windows: "\Windows" や "/Windows" などのパスは、相対パスではなく (現在の
4174941751
ドライブへの) 絶対パスとして扱われるようになった。
41752+
- macOS: デフォルトのスケジューラの優先度を TASK_DEFAULT_APPLICATION に上げる。
4175041753

4175141754
*added-9.2*
4175241755
追加要素 ~
@@ -41805,6 +41808,7 @@ Ex コマンド: ~
4180541808
|hl-PmenuMatch| ポップアップメニュー: マッチしたテキストのハイライト
4180641809
|hl-PmenuMatchSel| ポップアップメニュー: 選択された行のマッチしたテキスト
4180741810
のハイライト
41811+
|hl-PreInsert| 補完前に挿入されたテキストのためのハイライト表示
4180841812
|hl-TabPanel| |tabpanel|: アクティブではないタブページラベル
4180941813
|hl-TabPanelFill| |tabpanel|: 詰め用スペース
4181041814
|hl-TabPanelSel| |tabpanel|: アクティブなタブページラベル

en/version9.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2025 Sep 02
1+
*version9.txt* For Vim version 9.1. Last change: 2025 Sep 10
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41619,6 +41619,9 @@ Platform specific~
4161941619
- Python3 support in OpenVMS is now available.
4162041620

4162141621
- The Win32 GUI comes with better toolbar icons.
41622+
41623+
- Better fullscreen support for Haiku |os_haiku.txt|.
41624+
4162241625
*new-other-9.2*
4162341626
Other new features ~
4162441627
------------------
@@ -41761,6 +41764,7 @@ Others: ~
4176141764
Platform specific ~
4176241765
- MS-Winodws: Paths like "\Windows" and "/Windows" are now considered to be
4176341766
absolute paths (to the current drive) and no longer relative.
41767+
- macOS: increase default scheduler priority to TASK_DEFAULT_APPLICATION.
4176441768

4176541769
*added-9.2*
4176641770
Added ~
@@ -41820,6 +41824,7 @@ Highlighting: ~
4182041824
|hl-PmenuMatch| Popup menu: highlighting of matched text
4182141825
|hl-PmenuMatchSel| Popup menu: highlighting of matched text in selected
4182241826
line
41827+
|hl-PreInsert| highlighting for completion preinserted text
4182341828
|hl-TabPanel| |tabpanel|: not active tab page label
4182441829
|hl-TabPanelFill| |tabpanel|: filler space
4182541830
|hl-TabPanelSel| |tabpanel|: active tab page label

0 commit comments

Comments
 (0)