From 38623c8512ae3d1bd9556a7b99fc6f7b3a9b1cda Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 10 May 2018 21:24:35 +0200 Subject: 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. --- nsis/gvim.nsi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nsis/gvim.nsi') diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi index a1820f449f..55bb4ce007 100644 --- a/nsis/gvim.nsi +++ b/nsis/gvim.nsi @@ -267,6 +267,9 @@ Section "Vim executables and runtime files" 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\*.* -- cgit v1.2.3