]> granicus.if.org Git - vim/commitdiff
patch 7.4.1788 v7.4.1788
authorBram Moolenaar <Bram@vim.org>
Tue, 26 Apr 2016 15:34:44 +0000 (17:34 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 26 Apr 2016 15:34:44 +0000 (17:34 +0200)
Problem:    NSIS script is missing packages.
Solution:   Add the missing directories. (Ken Takata)

nsis/gvim.nsi
src/version.c

index 0bc9d4c6a640c2c3920b3e61297f1e68edae5abb..2ae7d41249d6c318430d76352bbb4aed5fa5560c 100644 (file)
@@ -215,6 +215,28 @@ Section "Vim executables and runtime files"
        SetOutPath $0\macros
        File ${VIMRT}\macros\*.*
 
+       SetOutPath $0\pack\dist\opt\dvorak\dvorak
+       File ${VIMRT}\pack\dist\opt\dvorak\dvorak\*.*
+       SetOutPath $0\pack\dist\opt\dvorak\plugin
+       File ${VIMRT}\pack\dist\opt\dvorak\plugin\*.*
+
+       SetOutPath $0\pack\dist\opt\editexisting\plugin
+       File ${VIMRT}\pack\dist\opt\editexisting\plugin\*.*
+
+       SetOutPath $0\pack\dist\opt\justify\plugin
+       File ${VIMRT}\pack\dist\opt\justify\plugin\*.*
+
+       SetOutPath $0\pack\dist\opt\matchit\doc
+       File ${VIMRT}\pack\dist\opt\matchit\doc\*.*
+       SetOutPath $0\pack\dist\opt\matchit\plugin
+       File ${VIMRT}\pack\dist\opt\matchit\plugin\*.*
+
+       SetOutPath $0\pack\dist\opt\shellmenu\plugin
+       File ${VIMRT}\pack\dist\opt\shellmenu\plugin\*.*
+
+       SetOutPath $0\pack\dist\opt\swapmouse\plugin
+       File ${VIMRT}\pack\dist\opt\swapmouse\plugin\*.*
+
        SetOutPath $0\plugin
        File ${VIMRT}\plugin\*.*
 
index 82b57c34b934ab47e2b2168a623a165d46b2fe4a..55b16505e54826ffc78c5c9a4c3b13d8c374337e 100644 (file)
@@ -753,6 +753,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1788,
 /**/
     1787,
 /**/