Patch 7.4.1788
Problem: NSIS script is missing packages.
Solution: Add the missing directories. (Ken Takata)
Files: nsis/gvim.nsi
*** ../vim-7.4.1787/nsis/gvim.nsi 2016-01-16 18:05:40.441065385 +0100
--- nsis/gvim.nsi 2016-04-26 17:33:43.884426043 +0200
***************
*** 215,220 ****
--- 215,242 ----
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\*.*
*** ../vim-7.4.1787/src/version.c 2016-04-26 17:16:13.675979102 +0200
--- src/version.c 2016-04-26 17:33:32.044563218 +0200
***************
*** 755,756 ****
--- 755,758 ----
{ /* Add new patch number below this line */
+ /**/
+ 1788,
/**/
--
TALL KNIGHT: Firstly. You must get us another shrubbery!
OTHER KNIGHTS: More shrubberies! More shrubberies for the ex-Knights of Ni!
ARTHUR: Not another shrubbery -
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.