commit | c81e5e79a0f2f5c2ac1896fa51cbe47e2e2a8d97 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 05 18:24:42 2007 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 05 18:24:42 2007 +0000 |
tree | 5211ea86daed8e43c3dd25458e808c3d32100097 | |
parent | 9aae141a6bcfc26bcce352deb8bf34566a3e1be2 [diff] [blame] |
updated for version 7.1a
diff --git a/src/if_tcl.c b/src/if_tcl.c index fe43d23..4b089ce 100644 --- a/src/if_tcl.c +++ b/src/if_tcl.c
@@ -1564,7 +1564,9 @@ if (reflist->interp == interp && reflist->vimobj == vimobj) { if (reflist->delcmd) + { Tcl_DecrRefCount(reflist->delcmd); + } Tcl_IncrRefCount(delcmd); reflist->delcmd = delcmd; return TCL_OK;