]> granicus.if.org Git - vim/commitdiff
patch 8.2.2929: accidentally enable tcl by default v8.2.2929
authorBram Moolenaar <Bram@vim.org>
Wed, 2 Jun 2021 17:22:45 +0000 (19:22 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 2 Jun 2021 17:22:45 +0000 (19:22 +0200)
Problem:    Accidentally enable tcl by default.
Solution:   Revert change to Makefile

src/Makefile
src/version.c

index 202daec91aa59fa6d7c00418096ba35c348bc029..0efee519589fba565310b54138287f6b741aee06 100644 (file)
@@ -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
 
index ea752d9e1e67b099282d66e5bb0f03cd48ce5df4..28907ee647253e0ec53c35d8091e5c628504c443 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2929,
 /**/
     2928,
 /**/