comparison nsis/gvim.nsi @ 24018:a934526dacd2 v8.2.2551

patch 8.2.2551: MS-Windows: colors test file is not installed Commit: https://github.com/vim/vim/commit/d0bce504ec52def729fffa35c8896979af348d32 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 26 20:25:35 2021 +0100 patch 8.2.2551: MS-Windows: colors test file is not installed Problem: MS-Windows: colors test file is not installed. Solution: Also copy runtime/colors/tools. (Ken Takata, closes https://github.com/vim/vim/issues/7902)
author Bram Moolenaar <Bram@vim.org>
date Fri, 26 Feb 2021 20:30:04 +0100
parents 7edf403da9f5
children 138e9caf4a7a
comparison
equal deleted inserted replaced
24017:eb1bfaaffa52 24018:a934526dacd2
357 File ${VIMTOOLS}\winpty${BIT}.dll 357 File ${VIMTOOLS}\winpty${BIT}.dll
358 File ${VIMTOOLS}\winpty-agent.exe 358 File ${VIMTOOLS}\winpty-agent.exe
359 359
360 SetOutPath $0\colors 360 SetOutPath $0\colors
361 File ${VIMRT}\colors\*.* 361 File ${VIMRT}\colors\*.*
362 SetOutPath $0\colors\tools
363 File ${VIMRT}\colors\tools\*.*
362 364
363 SetOutPath $0\compiler 365 SetOutPath $0\compiler
364 File ${VIMRT}\compiler\*.* 366 File ${VIMRT}\compiler\*.*
365 367
366 SetOutPath $0\doc 368 SetOutPath $0\doc