changeset 24782:8e5f75fa4918 v8.2.2929

patch 8.2.2929: accidentally enable tcl by default Commit: https://github.com/vim/vim/commit/0a808598e4edb3f1a167ac8c5c1f9084af625c4d Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 2 19:22:45 2021 +0200 patch 8.2.2929: accidentally enable tcl by default Problem: Accidentally enable tcl by default. Solution: Revert change to Makefile
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Jun 2021 19:30:04 +0200
parents 74a59a55f079
children d0385e7a51bf
files src/Makefile src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2929,
+/**/
     2928,
 /**/
     2927,