summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/if_tcl.c2
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/if_tcl.c b/src/if_tcl.c
index 995a5c7273..3e002b98a9 100644
--- a/src/if_tcl.c
+++ b/src/if_tcl.c
@@ -2052,9 +2052,11 @@ tcldelallrefs(ref)
int err;
char *result;
+#ifdef DYNAMIC_TCL
/* TODO: this code currently crashes Vim on exit */
if (exiting)
return;
+#endif
while (ref != NULL)
{
diff --git a/src/version.c b/src/version.c
index 5bfab59d1f..f1e2b05b5c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1082,
+/**/
1081,
/**/
1080,