]> granicus.if.org Git - vim/commitdiff
patch 8.0.1065: not all macro examples are included v8.0.1065
authorBram Moolenaar <Bram@vim.org>
Wed, 6 Sep 2017 19:43:10 +0000 (21:43 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 6 Sep 2017 19:43:10 +0000 (21:43 +0200)
Problem:    Not all macro examples are included in the self-installing
            executable. (lkintact)
Solution:   Add the directories to the NSIS script. (closes #2065)

nsis/gvim.nsi
src/version.c

index b4243927282709c872f161640152ab48f1378e29..8bfe5e6c891f5767b401dd8fa4899c4af5760228 100644 (file)
@@ -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\*.*
index 6a0fa7b611c30f9c38168a2b5504f0e162bbc664..223ecf8c4628e318cb4ca67c48c79ac0a05afbf3 100644 (file)
@@ -769,6 +769,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1065,
 /**/
     1064,
 /**/