]> granicus.if.org Git - vim/commitdiff
patch 8.0.0961: the script to build the installer does not include winpty v8.0.0961
authorBram Moolenaar <Bram@vim.org>
Sat, 19 Aug 2017 11:29:19 +0000 (13:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 19 Aug 2017 11:29:19 +0000 (13:29 +0200)
Problem:    The script to build the installer does not include winpty.
Solution:   Add winpty32.dll and winpty-agent.exe like diff.exe

nsis/gvim.nsi
src/version.c

index dba9021b0d7c11d234defdf7050ee82f2d1f39c9..b4243927282709c872f161640152ab48f1378e29 100644 (file)
@@ -191,13 +191,16 @@ Section "Vim executables and runtime files"
        File ${VIMSRC}\vimrun.exe
        File /oname=tee.exe ${VIMSRC}\teew32.exe
        File /oname=xxd.exe ${VIMSRC}\xxdw32.exe
-       File ${VIMTOOLS}\diff.exe
        File ${VIMRT}\vimtutor.bat
        File ${VIMRT}\README.txt
        File ..\uninstal.txt
        File ${VIMRT}\*.vim
        File ${VIMRT}\rgb.txt
 
+       File ${VIMTOOLS}\diff.exe
+       File ${VIMTOOLS}\winpty32.dll
+       File ${VIMTOOLS}\winpty-agent.exe
+
        SetOutPath $0\colors
        File ${VIMRT}\colors\*.*
 
index a424c6aefda50932b1ef058ccd537c7b1ca3e260..a25bbadcb53e6b5c05b05c5cddcf21a61e8293b6 100644 (file)
@@ -769,6 +769,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    961,
 /**/
     960,
 /**/