diff nsis/gvim.nsi @ 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 fbc58aa4ea1e
children c0eb9a74f73d
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\*.*