File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim バージョン 9.1. Last change: 2025 Sep 02
1
+ *version9.txt* For Vim バージョン 9.1. Last change: 2025 Sep 10
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41608,6 +41608,8 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
41608
41608
41609
41609
- Win32 GUI には、より優れたツールバーアイコンが付属している。
41610
41610
41611
+ - Haiku |os_haiku.txt| のフルスクリーンサポートが向上した。
41612
+
41611
41613
*new-other-9.2*
41612
41614
その他の新機能 ~
41613
41615
--------------
@@ -41747,6 +41749,7 @@ Ex コマンド: ~
41747
41749
プラットフォーム固有 ~
41748
41750
- MS-Windows: "\Windows" や "/Windows" などのパスは、相対パスではなく (現在の
41749
41751
ドライブへの) 絶対パスとして扱われるようになった。
41752
+ - macOS: デフォルトのスケジューラの優先度を TASK_DEFAULT_APPLICATION に上げる。
41750
41753
41751
41754
*added-9.2*
41752
41755
追加要素 ~
@@ -41805,6 +41808,7 @@ Ex コマンド: ~
41805
41808
|hl-PmenuMatch| ポップアップメニュー: マッチしたテキストのハイライト
41806
41809
|hl-PmenuMatchSel| ポップアップメニュー: 選択された行のマッチしたテキスト
41807
41810
のハイライト
41811
+ |hl-PreInsert| 補完前に挿入されたテキストのためのハイライト表示
41808
41812
|hl-TabPanel| |tabpanel|: アクティブではないタブページラベル
41809
41813
|hl-TabPanelFill| |tabpanel|: 詰め用スペース
41810
41814
|hl-TabPanelSel| |tabpanel|: アクティブなタブページラベル
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41619,6 +41619,9 @@ Platform specific~
41619
41619
- Python3 support in OpenVMS is now available.
41620
41620
41621
41621
- The Win32 GUI comes with better toolbar icons.
41622
+
41623
+ - Better fullscreen support for Haiku |os_haiku.txt|.
41624
+
41622
41625
*new-other-9.2*
41623
41626
Other new features ~
41624
41627
------------------
@@ -41761,6 +41764,7 @@ Others: ~
41761
41764
Platform specific ~
41762
41765
- MS-Winodws: Paths like "\Windows" and "/Windows" are now considered to be
41763
41766
absolute paths (to the current drive) and no longer relative.
41767
+ - macOS: increase default scheduler priority to TASK_DEFAULT_APPLICATION.
41764
41768
41765
41769
*added-9.2*
41766
41770
Added ~
@@ -41820,6 +41824,7 @@ Highlighting: ~
41820
41824
|hl-PmenuMatch| Popup menu: highlighting of matched text
41821
41825
|hl-PmenuMatchSel| Popup menu: highlighting of matched text in selected
41822
41826
line
41827
+ |hl-PreInsert| highlighting for completion preinserted text
41823
41828
|hl-TabPanel| |tabpanel|: not active tab page label
41824
41829
|hl-TabPanelFill| |tabpanel|: filler space
41825
41830
|hl-TabPanelSel| |tabpanel|: active tab page label
You can’t perform that action at this time.
0 commit comments