To: vim_dev@googlegroups.com Subject: Patch 8.2.2929 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.2929 Problem: Accidentally enable tcl by default. Solution: Revert change to Makefile Files: src/Makefile *** ../vim-8.2.2928/src/Makefile 2021-06-02 17:07:02.276398163 +0200 --- src/Makefile 2021-06-02 19:21:21.353519372 +0200 *************** *** 466,472 **** # 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=dynamic #CONF_OPT_TCL = --enable-tclinterp --with-tclsh=tclsh8.4 --- 466,472 ---- # 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=dynamic #CONF_OPT_TCL = --enable-tclinterp --with-tclsh=tclsh8.4 *** ../vim-8.2.2928/src/version.c 2021-06-02 17:07:02.280398156 +0200 --- src/version.c 2021-06-02 19:22:14.893389687 +0200 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 2929, /**/ -- How do you know when you have run out of invisible ink? /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///