We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254b105 commit 858b96fCopy full SHA for 858b96f
src/if_tcl.c
@@ -2052,9 +2052,11 @@ tcldelallrefs(ref)
2052
int err;
2053
char *result;
2054
2055
+#ifdef DYNAMIC_TCL
2056
/* TODO: this code currently crashes Vim on exit */
2057
if (exiting)
2058
return;
2059
+#endif
2060
2061
while (ref != NULL)
2062
{
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 1082,
746
/**/
747
1081,
748
0 commit comments