We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2b0e5 commit 38623c8Copy full SHA for 38623c8
2 files changed
nsis/gvim.nsi
@@ -267,6 +267,9 @@ Section "Vim executables and runtime files"
267
SetOutPath $0\pack\dist\opt\swapmouse\plugin
268
File ${VIMRT}\pack\dist\opt\swapmouse\plugin\*.*
269
270
+ SetOutPath $0\pack\dist\opt\termdebug\plugin
271
+ File ${VIMRT}\pack\dist\opt\termdebug\plugin\*.*
272
+
273
SetOutPath $0\plugin
274
File ${VIMRT}\plugin\*.*
275
src/version.c
@@ -761,6 +761,8 @@ static char *(features[]) =
761
762
static int included_patches[] =
763
{ /* Add new patch number below this line */
764
+/**/
765
+ 1813,
766
/**/
767
1812,
768
0 commit comments