Skip to content
Open
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
5 changes: 3 additions & 2 deletions doc/version9.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim バージョン 9.2. Last change: 2026 Apr 25
*version9.txt* For Vim バージョン 9.2. Last change: 2026 Apr 27


VIM リファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -52603,11 +52603,12 @@ Vim が制限モードで実行されている場合、外部 diff モードの
ウスでクリック可能な領域を設定できる。
- |:terminal| でリフローのサポートを有効にする。
- タブページのリストが画面の表示高さを超えた場合にタブパネルをスクロールできる
ように、'tabpanelopt' に "scroll" と "scrollbar" のサブオプションを追加した
ように、'tabpanelopt' に "scrollbar" サブオプションを追加した

プラットフォーム固有 ~
--------------------
- DirectWrite (Win32) 用の 'guifont' で OpenType フォント機能をサポートする
- MS-Windows用の strptime() のフォールバックを追加。

xxd ~
---
Expand Down
7 changes: 4 additions & 3 deletions en/version9.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim version 9.2. Last change: 2026 Apr 25
*version9.txt* For Vim version 9.2. Last change: 2026 Apr 27


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -52616,12 +52616,13 @@ Other ~
- Allow mouse clickable regions in the 'statusline', 'tabline' and the
'tabpanel' using the |stl-%[FuncName]| atom.
- Enable reflow support in the |:terminal|.
- Added "scroll" and "scrollbar" sub-options to 'tabpanelopt' so the tabpanel
can scroll when the tab page list exceeds the visible screen height.
- Added "scrollbar" sub-option to 'tabpanelopt' so the tabpanel can scroll
when the tab page list exceeds the visible screen height.

Platform specific ~
-----------------
- support OpenType font features in 'guifont' for DirectWrite (Win32)
- Include strptime() fallback for MS-Windows

xxd ~
---
Expand Down