summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-04-26 17:34:44 +0200
committerBram Moolenaar <Bram@vim.org>2016-04-26 17:34:44 +0200
commitc7baa43fdb3f5b001ba3e6eb05bf6e199698eeea (patch)
treeedea20f00fc00c25b74fff4def0b4dfb61a48b9c
parentb2658a1ab02cd0ba848164f70c7c464fdc398162 (diff)
downloadvim-git-c7baa43fdb3f5b001ba3e6eb05bf6e199698eeea.tar.gz
patch 7.4.1788v7.4.1788
Problem: NSIS script is missing packages. Solution: Add the missing directories. (Ken Takata)
-rw-r--r--nsis/gvim.nsi22
-rw-r--r--src/version.c2
2 files changed, 24 insertions, 0 deletions
diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi
index 0bc9d4c6a..2ae7d4124 100644
--- a/nsis/gvim.nsi
+++ b/nsis/gvim.nsi
@@ -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\*.*
diff --git a/src/version.c b/src/version.c
index 82b57c34b..55b16505e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1788,
+/**/
1787,
/**/
1786,