1
0
forked from aniani/vim

updated for version 7.1a

This commit is contained in:
Bram Moolenaar
2007-05-05 18:24:42 +00:00
parent 9aae141a6b
commit c81e5e79a0
131 changed files with 9107 additions and 2709 deletions

View File

@@ -1564,7 +1564,9 @@ tclsetdelcmd(interp, reflist, vimobj, delcmd)
if (reflist->interp == interp && reflist->vimobj == vimobj)
{
if (reflist->delcmd)
{
Tcl_DecrRefCount(reflist->delcmd);
}
Tcl_IncrRefCount(delcmd);
reflist->delcmd = delcmd;
return TCL_OK;