Patch 8.1.1339

10 views
Skip to first unread message

Bram Moolenaar

unread,
May 17, 2019, 6:37:56 AM5/17/19
to vim...@googlegroups.com

Patch 8.1.1339
Problem: Installer needs to product name et al.
Solution: Add a few lines to the NSIS installer script. (Christian Brabandt)
Files: nsis/gvim.nsi


*** ../vim-8.1.1338/nsis/gvim.nsi 2019-04-28 19:46:17.018060159 +0200
--- nsis/gvim.nsi 2019-05-17 12:35:12.901465863 +0200
***************
*** 173,178 ****
--- 173,188 ----
!include "lang\tradchinese.nsi"
!endif

+ ##########################################################
+ # Version resources
+
+ VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "Vim"
+ VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "Vim Developers"
+ VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalTrademarks" "Vim"
+ VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright (C) 1996"
+ VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "Vi Improved - A Text Editor"
+ VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "${VER_MAJOR}.${VER_MINOR}.0.0"
+ VIProductVersion "${VER_MAJOR}.${VER_MINOR}.0.0"

# Global variables
Var vim_dialog
*** ../vim-8.1.1338/src/version.c 2019-05-17 12:31:40.266679824 +0200
--- src/version.c 2019-05-17 12:36:38.104977418 +0200
***************
*** 769,770 ****
--- 769,772 ----
{ /* Add new patch number below this line */
+ /**/
+ 1339,
/**/

--
BEDEVERE: And that, my lord, is how we know the Earth to be banana-shaped.
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

/// Bram Moolenaar -- Br...@Moolenaar.net -- 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 ///

Christian Brabandt

unread,
May 17, 2019, 6:48:51 AM5/17/19
to vim...@googlegroups.com

On Fr, 17 Mai 2019, Bram Moolenaar wrote:
>
> Patch 8.1.1339
> Problem: Installer needs to product name et al.
> Solution: Add a few lines to the NSIS installer script. (Christian Brabandt)
> Files: nsis/gvim.nsi

Note, this was by Ken, not by me.

Best,
Christian
--
Je mehr eine weibliche Physiognomie der männlichen [sich] nähert -
desto richtiger schließt sich aus ihr. Hingegen die echt weibliche,
milde, schöne verbirgt den starken Engel oder schwachen Teufel
zugleich.
-- Jean Paul
Reply all
Reply to author
Forward
0 new messages