Skip to content

Commit e844491

Browse files
authored
Merge pull request #2452 from h-east/update-version9
Update version9.{txt,jax}
2 parents 18288e8 + 1d68132 commit e844491

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

doc/version9.jax

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Dec 19
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Dec 21
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -41709,7 +41709,9 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
4170941709
- 'guioptions': Windows 11 のタイトル/キャプションバーのスタイルを設定するため
4171041710
の新しい値 |'go-C'| (以下のプラットフォーム固有の変更も参照)。
4171141711
- 'guioptions': |'go-d'| を使用して、MS-Windows のメニューとタイトルバーのダー
41712-
ク モードをサポートする (以下のプラットフォーム固有の変更も参照)。
41712+
クモードをサポートする (以下のプラットフォーム固有の変更も参照)。
41713+
- 新しい値 |'go-s'| は MS-Windows GUI でフルスクリーンをサポートする (以下のプ
41714+
ラットフォーム固有の変更も参照)。
4171341715
- 'completepopup': ポップアップウィンドウのスタイルに値を追加する。
4171441716

4171541717
Ex コマンド: ~
@@ -41756,6 +41758,8 @@ Ex コマンド: ~
4175641758
能ファイルを検索しなくなった。以前の動作
4175741759
(|$NoDefaultCurrentDirectoryInExePath|) が必要な場合は、相対パスまたは絶対パ
4175841760
スをプリフィックスとして付けること。
41761+
- MS-Windows: 新しい値 |'go-s'| は MS-Windows GUI でフルスクリーンをサポートす
41762+
る。
4175941763

4176041764
- macOS: デフォルトのスケジューラ優先度を TASK_DEFAULT_APPLICATION に引き上げ
4176141765
た。

en/version9.txt

Lines changed: 4 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 Dec 15
1+
*version9.txt* For Vim version 9.1. Last change: 2025 Dec 21
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41724,6 +41724,8 @@ Options: ~
4172441724
(see also the below platform specific change).
4172541725
- 'guioptions': Support darkmode on MS-Windows for menu and title bar using
4172641726
|'go-d'| (see also the below platform specific change).
41727+
- 'guioptions': New value |'go-s'| to support fullscreen on MS-Windows GUI
41728+
(see also the below platform specific change).
4172741729
- 'completepopup': Add more values to style popup windows.
4172841730

4172941731
Ex commands: ~
@@ -41768,6 +41770,7 @@ Platform specific ~
4176841770
- MS-Windows: Vim no longer searches the current directory for
4176941771
executables when running external commands; prefix a relative or absolute
4177041772
path if you want the old behavior |$NoDefaultCurrentDirectoryInExePath|.
41773+
- MS-Windows: New value |'go-s'| to support fullscreen on MS-Windows GUI
4177141774

4177241775
- macOS: increase default scheduler priority to TASK_DEFAULT_APPLICATION.
4177341776

0 commit comments

Comments
 (0)