diff options
-rw-r--r-- | nsis/gvim.nsi | 5 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 6 insertions, 1 deletions
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 @@ -770,6 +770,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 961, +/**/ 960, /**/ 959, |