From: Bram Moolenaar Date: Wed, 2 Jun 2021 17:22:45 +0000 (+0200) Subject: patch 8.2.2929: accidentally enable tcl by default X-Git-Tag: v8.2.2929 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a808598e4edb3f1a167ac8c5c1f9084af625c4d;p=vim patch 8.2.2929: accidentally enable tcl by default Problem: Accidentally enable tcl by default. Solution: Revert change to Makefile --- diff --git a/src/Makefile b/src/Makefile index 202daec91..0efee5195 100644 --- a/src/Makefile +++ b/src/Makefile @@ -466,7 +466,7 @@ CClink = $(CC) # TCL # Uncomment this when you want to include the Tcl interface. # First one is for static linking, second one for dynamic loading. -CONF_OPT_TCL = --enable-tclinterp +#CONF_OPT_TCL = --enable-tclinterp #CONF_OPT_TCL = --enable-tclinterp=dynamic #CONF_OPT_TCL = --enable-tclinterp --with-tclsh=tclsh8.4 diff --git a/src/version.c b/src/version.c index ea752d9e1..28907ee64 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2929, /**/ 2928, /**/