Skip to content

Commit fdc207c

Browse files
authored
Merge pull request #2298 from h-east/update-version9
Update version9.{txt,jax}
2 parents a2a7664 + 105c45f commit fdc207c

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

doc/version9.jax

Lines changed: 8 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 11
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
--------------
@@ -41653,6 +41655,9 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
4165341655
- ビジュアルモードのハイライトの改善 |hl-Visual|
4165441656
- 非互換モードを使用する場合、'showcmd' のデフォルト値は常に有効になる (以前
4165541657
は、UNIX システムではオフだった)。そのため、|defaults.vim| から削除された。
41658+
- 'diffopt' のデフォルト値を
41659+
"internal,filler,closeoff,indent-heuristic,inline:char" に更新して、差分モー
41660+
ドの体験を改善する。
4165641661

4165741662
補完: ~
4165841663
- |:cd| や同様のコマンドで 'cdpath' からディレクトリを補完できるように、
@@ -41747,6 +41752,7 @@ Ex コマンド: ~
4174741752
プラットフォーム固有 ~
4174841753
- MS-Windows: "\Windows" や "/Windows" などのパスは、相対パスではなく (現在の
4174941754
ドライブへの) 絶対パスとして扱われるようになった。
41755+
- macOS: デフォルトのスケジューラの優先度を TASK_DEFAULT_APPLICATION に上げる。
4175041756

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

en/version9.txt

Lines changed: 8 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 11
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
------------------
@@ -41667,6 +41670,8 @@ Default values: ~
4166741670
- the default value for 'showcmd' is always enabled when using non-compatible
4166841671
mode (previously, it was off on UNIX systems) and consequently removed from
4166941672
|defaults.vim|
41673+
- Improve the diff experience by updating the 'diffopt' default value to
41674+
"internal,filler,closeoff,indent-heuristic,inline:char".
4167041675

4167141676
Completion: ~
4167241677
- allow to complete directories from 'cdpath' for |:cd| and similar commands,
@@ -41761,6 +41766,7 @@ Others: ~
4176141766
Platform specific ~
4176241767
- MS-Winodws: Paths like "\Windows" and "/Windows" are now considered to be
4176341768
absolute paths (to the current drive) and no longer relative.
41769+
- macOS: increase default scheduler priority to TASK_DEFAULT_APPLICATION.
4176441770

4176541771
*added-9.2*
4176641772
Added ~
@@ -41820,6 +41826,7 @@ Highlighting: ~
4182041826
|hl-PmenuMatch| Popup menu: highlighting of matched text
4182141827
|hl-PmenuMatchSel| Popup menu: highlighting of matched text in selected
4182241828
line
41829+
|hl-PreInsert| highlighting for completion preinserted text
4182341830
|hl-TabPanel| |tabpanel|: not active tab page label
4182441831
|hl-TabPanelFill| |tabpanel|: filler space
4182541832
|hl-TabPanelSel| |tabpanel|: active tab page label

0 commit comments

Comments
 (0)