Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion doc/version9.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Sep 02
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Sep 11


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

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

- Haiku |os_haiku.txt| のフルスクリーンサポートが向上した。

*new-other-9.2*
その他の新機能 ~
--------------
Expand Down Expand Up @@ -41653,6 +41655,9 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
- ビジュアルモードのハイライトの改善 |hl-Visual|
- 非互換モードを使用する場合、'showcmd' のデフォルト値は常に有効になる (以前
は、UNIX システムではオフだった)。そのため、|defaults.vim| から削除された。
- 'diffopt' のデフォルト値を
"internal,filler,closeoff,indent-heuristic,inline:char" に更新して、差分モー
ドの体験を改善する。

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

*added-9.2*
追加要素 ~
Expand Down Expand Up @@ -41805,6 +41811,7 @@ Ex コマンド: ~
|hl-PmenuMatch| ポップアップメニュー: マッチしたテキストのハイライト
|hl-PmenuMatchSel| ポップアップメニュー: 選択された行のマッチしたテキスト
のハイライト
|hl-PreInsert| 補完前に挿入されたテキストのためのハイライト表示
|hl-TabPanel| |tabpanel|: アクティブではないタブページラベル
|hl-TabPanelFill| |tabpanel|: 詰め用スペース
|hl-TabPanelSel| |tabpanel|: アクティブなタブページラベル
Expand Down
9 changes: 8 additions & 1 deletion en/version9.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim version 9.1. Last change: 2025 Sep 02
*version9.txt* For Vim version 9.1. Last change: 2025 Sep 11


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

- The Win32 GUI comes with better toolbar icons.

- Better fullscreen support for Haiku |os_haiku.txt|.

*new-other-9.2*
Other new features ~
------------------
Expand Down Expand Up @@ -41667,6 +41670,8 @@ Default values: ~
- the default value for 'showcmd' is always enabled when using non-compatible
mode (previously, it was off on UNIX systems) and consequently removed from
|defaults.vim|
- Improve the diff experience by updating the 'diffopt' default value to
"internal,filler,closeoff,indent-heuristic,inline:char".

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

*added-9.2*
Added ~
Expand Down Expand Up @@ -41820,6 +41826,7 @@ Highlighting: ~
|hl-PmenuMatch| Popup menu: highlighting of matched text
|hl-PmenuMatchSel| Popup menu: highlighting of matched text in selected
line
|hl-PreInsert| highlighting for completion preinserted text
|hl-TabPanel| |tabpanel|: not active tab page label
|hl-TabPanelFill| |tabpanel|: filler space
|hl-TabPanelSel| |tabpanel|: active tab page label
Expand Down