]> granicus.if.org Git - vim/commitdiff
patch 8.0.1813: Windows installer doesn't install terminal debugger v8.0.1813
authorBram Moolenaar <Bram@vim.org>
Thu, 10 May 2018 19:24:35 +0000 (21:24 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 10 May 2018 19:24:35 +0000 (21:24 +0200)
Problem:    Windows installer doesn't install terminal debugger.
Solution:   Add the package to the list of files to install.

nsis/gvim.nsi
src/version.c

index a1820f449f993587b5eae62e160cac52a4d9c744..55bb4ce0072e02f7c1b4b41b8b935e81b81f4476 100644 (file)
@@ -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\*.*
 
index a2644f1a375de24493fb494aad5d332114f8eac9..966463a49e7a539526eab12c1410f14634e61561 100644 (file)
@@ -761,6 +761,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1813,
 /**/
     1812,
 /**/