diff --git a/doc/version9.jax b/doc/version9.jax index 5d21ef76c..bd5edabc9 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -1,4 +1,4 @@ -*version9.txt* For Vim バージョン 9.2. Last change: 2026 Jun 18 +*version9.txt* For Vim バージョン 9.2. Last change: 2026 Jun 26 VIM リファレンスマニュアル by Bram Moolenaar @@ -52657,6 +52657,13 @@ Vim が制限モードで実行されている場合、外部 diff モードの - MS-Windows用の strptime() のフォールバックを追加。 - |gtk4-hwaccel| を介して、GTK4 GUI のハードウェアアクセラレーションによるレン ダリングを実現する。 +- NSIS インストーラが改修された (Win32): + - ユーザー単位およびマシン単位でのインストールに対応する。 + - インストールディレクトリの構成を変更する。 + - バッチファイルを Vim ランチャーに置き換える。 + - Vim ディレクトリを PATH に追加する機能に対応する。 + - コマンドラインオプションによるインストールコンポーネントの選択に対応する。 + - ソースコードを vim/vim-win32-installer リポジトリに移動する。 xxd ~ --- diff --git a/en/version9.txt b/en/version9.txt index 310e9e695..dc4f28d91 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -1,4 +1,4 @@ -*version9.txt* For Vim version 9.2. Last change: 2026 Jun 18 +*version9.txt* For Vim version 9.2. Last change: 2026 Jun 26 VIM REFERENCE MANUAL by Bram Moolenaar @@ -52664,6 +52664,13 @@ Platform specific ~ - support OpenType font features in 'guifont' for DirectWrite (Win32) - Include strptime() fallback for MS-Windows - Hardware-accelerated rendering for the GTK4 GUI via |gtk4-hwaccel|. +- The NSIS installer has been reworked (Win32): + - Support per-user and per-machine install. + - Change the install directory structure. + - Replace the batch files with the Vim launchers. + - Support adding the Vim directory to PATH. + - Support selecting install components from the command line options. + - Move the source code to the vim/vim-win32-installer repository. xxd ~ ---