From: Bram Moolenaar Date: Sat, 19 Aug 2017 11:29:19 +0000 (+0200) Subject: patch 8.0.0961: the script to build the installer does not include winpty X-Git-Tag: v8.0.0961 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98ebd2bbec3443878dd0ed772ab67efb618f2fad;p=vim patch 8.0.0961: the script to build the installer does not include winpty Problem: The script to build the installer does not include winpty. Solution: Add winpty32.dll and winpty-agent.exe like diff.exe --- diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi index dba9021b0..b42439272 100644 --- a/nsis/gvim.nsi +++ b/nsis/gvim.nsi @@ -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\*.* diff --git a/src/version.c b/src/version.c index a424c6aef..a25bbadcb 100644 --- a/src/version.c +++ b/src/version.c @@ -769,6 +769,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 961, /**/ 960, /**/