Skip to content

Commit 38623c8

Browse files
committed
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.
1 parent 7a2b0e5 commit 38623c8

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

nsis/gvim.nsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,9 @@ Section "Vim executables and runtime files"
267267
SetOutPath $0\pack\dist\opt\swapmouse\plugin
268268
File ${VIMRT}\pack\dist\opt\swapmouse\plugin\*.*
269269

270+
SetOutPath $0\pack\dist\opt\termdebug\plugin
271+
File ${VIMRT}\pack\dist\opt\termdebug\plugin\*.*
272+
270273
SetOutPath $0\plugin
271274
File ${VIMRT}\plugin\*.*
272275

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,8 @@ static char *(features[]) =
761761

762762
static int included_patches[] =
763763
{ /* Add new patch number below this line */
764+
/**/
765+
1813,
764766
/**/
765767
1812,
766768
/**/

0 commit comments

Comments
 (0)