From: K.Takata Date: Fri, 26 Jun 2026 19:16:25 +0000 (+0000) Subject: runtime(doc): Add installer updates to version9.txt X-Git-Tag: v9.2.0729~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26dfed583f662c6f40a1ffdbfeb3b1b50189ad93;p=thirdparty%2Fvim.git runtime(doc): Add installer updates to version9.txt The NSIS installer has been reworked in https://github.com/vim/vim-win32-installer/pull/457. Add the updates to version9.txt. closes: #20630 Signed-off-by: K.Takata Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/version9.txt b/runtime/doc/version9.txt index 310e9e695c..dc4f28d91c 100644 --- a/runtime/doc/version9.txt +++ b/runtime/doc/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 ~ ---