From: Bram Moolenaar Date: Wed, 6 Sep 2017 19:43:10 +0000 (+0200) Subject: patch 8.0.1065: not all macro examples are included X-Git-Tag: v8.0.1065 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c35e4cb4fe3ce524d15ac9fdc9a8aa923761bdfd;p=vim 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) --- diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi index b42439272..8bfe5e6c8 100644 --- a/nsis/gvim.nsi +++ b/nsis/gvim.nsi @@ -219,6 +219,14 @@ Section "Vim executables and runtime files" SetOutPath $0\macros File ${VIMRT}\macros\*.* + SetOutPath $0\macros\hanoi + File ${VIMRT}\macros\hanoi\*.* + SetOutPath $0\macros\life + File ${VIMRT}\macros\life\*.* + SetOutPath $0\macros\maze + File ${VIMRT}\macros\maze\*.* + SetOutPath $0\macros\urm + File ${VIMRT}\macros\urm\*.* SetOutPath $0\pack\dist\opt\dvorak\dvorak File ${VIMRT}\pack\dist\opt\dvorak\dvorak\*.* diff --git a/src/version.c b/src/version.c index 6a0fa7b61..223ecf8c4 100644 --- a/src/version.c +++ b/src/version.c @@ -769,6 +769,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1065, /**/ 1064, /**/