mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.1a
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user