comparison nsis/gvim.nsi @ 12371:55359dabb6cc v8.0.1065

patch 8.0.1065: not all macro examples are included commit https://github.com/vim/vim/commit/c35e4cb4fe3ce524d15ac9fdc9a8aa923761bdfd Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 6 21:43:10 2017 +0200 patch 8.0.1065: not all macro examples are included Problem: Not all macro examples are included in the self-installing executable. (lkintact) Solution: Add the directories to the NSIS script. (closes #2065)
author Christian Brabandt <cb@256bit.org>
date Wed, 06 Sep 2017 21:45:04 +0200
parents e18b9d7d8d78
children 493752ef9f75
comparison
equal deleted inserted replaced
12370:3ff706eb6066 12371:55359dabb6cc
217 SetOutPath $0\indent 217 SetOutPath $0\indent
218 File ${VIMRT}\indent\*.* 218 File ${VIMRT}\indent\*.*
219 219
220 SetOutPath $0\macros 220 SetOutPath $0\macros
221 File ${VIMRT}\macros\*.* 221 File ${VIMRT}\macros\*.*
222 SetOutPath $0\macros\hanoi
223 File ${VIMRT}\macros\hanoi\*.*
224 SetOutPath $0\macros\life
225 File ${VIMRT}\macros\life\*.*
226 SetOutPath $0\macros\maze
227 File ${VIMRT}\macros\maze\*.*
228 SetOutPath $0\macros\urm
229 File ${VIMRT}\macros\urm\*.*
222 230
223 SetOutPath $0\pack\dist\opt\dvorak\dvorak 231 SetOutPath $0\pack\dist\opt\dvorak\dvorak
224 File ${VIMRT}\pack\dist\opt\dvorak\dvorak\*.* 232 File ${VIMRT}\pack\dist\opt\dvorak\dvorak\*.*
225 SetOutPath $0\pack\dist\opt\dvorak\plugin 233 SetOutPath $0\pack\dist\opt\dvorak\plugin
226 File ${VIMRT}\pack\dist\opt\dvorak\plugin\*.* 234 File ${VIMRT}\pack\dist\opt\dvorak\plugin\*.*