diff nsis/gvim.nsi @ 28737:2043e243fa89 v8.2.4893

patch 8.2.4893: distributed import files are not installed Commit: https://github.com/vim/vim/commit/44433da5345e5c459f5e5812e30fca12fe297cd6 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 6 18:08:52 2022 +0100 patch 8.2.4893: distributed import files are not installed Problem: Distributed import files are not installed. Solution: Add rules to Makefile and NSIS.
author Bram Moolenaar <Bram@vim.org>
date Fri, 06 May 2022 19:15:02 +0200
parents 64f78eb337ea
children d9c08ff57474
line wrap: on
line diff
--- a/nsis/gvim.nsi
+++ b/nsis/gvim.nsi
@@ -403,6 +403,9 @@ Section "$(str_section_exe)" id_section_
 	SetOutPath $0\autoload\xml
 	File ${VIMRT}\autoload\xml\*.*
 
+	SetOutPath $0\import\dist
+	File ${VIMRT}\import\dist\*.*
+
 	SetOutPath $0\bitmaps
 	File ${VIMSRC}\vim.ico
 
@@ -1044,6 +1047,7 @@ Section "un.$(str_unsection_exe)" id_uns
 	RMDir /r $0\compiler
 	RMDir /r $0\doc
 	RMDir /r $0\ftplugin
+	RMDir /r $0\import
 	RMDir /r $0\indent
 	RMDir /r $0\macros
 	RMDir /r $0\pack