forked from aniani/vim
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.
This commit is contained in:
@@ -267,6 +267,9 @@ Section "Vim executables and runtime files"
|
|||||||
SetOutPath $0\pack\dist\opt\swapmouse\plugin
|
SetOutPath $0\pack\dist\opt\swapmouse\plugin
|
||||||
File ${VIMRT}\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
|
SetOutPath $0\plugin
|
||||||
File ${VIMRT}\plugin\*.*
|
File ${VIMRT}\plugin\*.*
|
||||||
|
|
||||||
|
@@ -761,6 +761,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1813,
|
||||||
/**/
|
/**/
|
||||||
1812,
|
1812,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user