comparison 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
comparison
equal deleted inserted replaced
28736:6fd9c7dff5e5 28737:2043e243fa89
401 File ${VIMRT}\autoload\dist\*.* 401 File ${VIMRT}\autoload\dist\*.*
402 402
403 SetOutPath $0\autoload\xml 403 SetOutPath $0\autoload\xml
404 File ${VIMRT}\autoload\xml\*.* 404 File ${VIMRT}\autoload\xml\*.*
405 405
406 SetOutPath $0\import\dist
407 File ${VIMRT}\import\dist\*.*
408
406 SetOutPath $0\bitmaps 409 SetOutPath $0\bitmaps
407 File ${VIMSRC}\vim.ico 410 File ${VIMSRC}\vim.ico
408 411
409 SetOutPath $0\syntax 412 SetOutPath $0\syntax
410 File ${VIMRT}\syntax\*.* 413 File ${VIMRT}\syntax\*.*
1042 RMDir /r $0\autoload 1045 RMDir /r $0\autoload
1043 RMDir /r $0\colors 1046 RMDir /r $0\colors
1044 RMDir /r $0\compiler 1047 RMDir /r $0\compiler
1045 RMDir /r $0\doc 1048 RMDir /r $0\doc
1046 RMDir /r $0\ftplugin 1049 RMDir /r $0\ftplugin
1050 RMDir /r $0\import
1047 RMDir /r $0\indent 1051 RMDir /r $0\indent
1048 RMDir /r $0\macros 1052 RMDir /r $0\macros
1049 RMDir /r $0\pack 1053 RMDir /r $0\pack
1050 RMDir /r $0\plugin 1054 RMDir /r $0\plugin
1051 RMDir /r $0\spell 1055 RMDir /r $0\spell