diff --git a/doc/version9.jax b/doc/version9.jax index c8172e0c9..8e06b6b95 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -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 @@ -41608,6 +41608,8 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。 - Win32 GUI には、より優れたツールバーアイコンが付属している。 +- Haiku |os_haiku.txt| のフルスクリーンサポートが向上した。 + *new-other-9.2* その他の新機能 ~ -------------- @@ -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' からディレクトリを補完できるように、 @@ -41747,6 +41752,7 @@ Ex コマンド: ~ プラットフォーム固有 ~ - MS-Windows: "\Windows" や "/Windows" などのパスは、相対パスではなく (現在の ドライブへの) 絶対パスとして扱われるようになった。 +- macOS: デフォルトのスケジューラの優先度を TASK_DEFAULT_APPLICATION に上げる。 *added-9.2* 追加要素 ~ @@ -41805,6 +41811,7 @@ Ex コマンド: ~ |hl-PmenuMatch| ポップアップメニュー: マッチしたテキストのハイライト |hl-PmenuMatchSel| ポップアップメニュー: 選択された行のマッチしたテキスト のハイライト +|hl-PreInsert| 補完前に挿入されたテキストのためのハイライト表示 |hl-TabPanel| |tabpanel|: アクティブではないタブページラベル |hl-TabPanelFill| |tabpanel|: 詰め用スペース |hl-TabPanelSel| |tabpanel|: アクティブなタブページラベル diff --git a/en/version9.txt b/en/version9.txt index e7c7183fd..72f9a42ba 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -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 @@ -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 ~ ------------------ @@ -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, @@ -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 ~ @@ -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