]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.0032: MS-Windows installer misses keymaps v9.1.0032
authorKen Takata <kentkt@csc.jp>
Tue, 16 Jan 2024 16:14:29 +0000 (17:14 +0100)
committerChristian Brabandt <cb@256bit.org>
Tue, 16 Jan 2024 16:14:29 +0000 (17:14 +0100)
Problem:  MS-Windows installer misses keymaps
          (Maxim Kim)
Solution: Include keymaps in the installer archive
          (Ken Takata)

fixes: vim/vim-win32-installer#331
closes: #13871

Signed-off-by: Ken Takata <kentkt@csc.jp>
Signed-off-by: Christian Brabandt <cb@256bit.org>
nsis/gvim.nsi
src/version.c

index adb38a4a1120ce33b68857b1a95ee66e825e5c58..72252527c7dd115c019baab04e4a6325c486e728 100644 (file)
@@ -397,6 +397,9 @@ Section "$(str_section_exe)" id_section_exe
        SetOutPath $0\indent
        File ${VIMRT}\indent\*.*
 
+       SetOutPath $0\keymap
+       File ${VIMRT}\keymap\*.*
+
        SetOutPath $0\macros
        File /r ${VIMRT}\macros\*.*
 
index 4daa6e5715e43585d8cdf0ccf9316584a25ba97a..2e32ae1d1b46f2fd1bcc9c6d19d27a818c214ca3 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    32,
 /**/
     31,
 /**/