changeset 13884:0ddb61a7404f v8.0.1813

patch 8.0.1813: Windows installer doesn't install terminal debugger commit https://github.com/vim/vim/commit/38623c8512ae3d1bd9556a7b99fc6f7b3a9b1cda Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 10 21:24:35 2018 +0200 patch 8.0.1813: Windows installer doesn't install terminal debugger Problem: Windows installer doesn't install terminal debugger. Solution: Add the package to the list of files to install.
author Christian Brabandt <cb@256bit.org>
date Thu, 10 May 2018 21:30:07 +0200
parents 3adf931fd7c2
children d1c816cee4d2
files nsis/gvim.nsi src/version.c
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/nsis/gvim.nsi
+++ b/nsis/gvim.nsi
@@ -267,6 +267,9 @@ Section "Vim executables and runtime fil
 	SetOutPath $0\pack\dist\opt\swapmouse\plugin
 	File ${VIMRT}\pack\dist\opt\swapmouse\plugin\*.*
 
+	SetOutPath $0\pack\dist\opt\termdebug\plugin
+	File ${VIMRT}\pack\dist\opt\termdebug\plugin\*.*
+
 	SetOutPath $0\plugin
 	File ${VIMRT}\plugin\*.*
 
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1813,
+/**/
     1812,
 /**/
     1811,