]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.0008: NSIS installer includes syntax testdir v9.1.0008
authorChristian Brabandt <cb@256bit.org>
Thu, 4 Jan 2024 21:14:28 +0000 (22:14 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 4 Jan 2024 21:14:28 +0000 (22:14 +0100)
Problem:  NSIS installer includes syntax test dumps
          (Yegappan Lakshmanan)
Solution: Exclude syntax/testdir when creating the NSIS installer

fixes: vim/vim-win32-installer#328
closes: #13814

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

index 3a6dc29856bdb45372b1705f142fd9b0b21e12be..adb38a4a1120ce33b68857b1a95ee66e825e5c58 100644 (file)
@@ -416,7 +416,7 @@ Section "$(str_section_exe)" id_section_exe
        File ${VIMSRC}\vim.ico
 
        SetOutPath $0\syntax
-       File /r ${VIMRT}\syntax\*.*
+       File /r /x testdir ${VIMRT}\syntax\*.*
 
        SetOutPath $0\spell
        File ${VIMRT}\spell\*.txt
index d00e80276ce0688a85ca3594a505a5e0027fd56a..3839d9c35991a707857a6769541b8111a8395996 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    8,
 /**/
     7,
 /**/