Problem: Vim9: obsolete TODO items
Solution: Remove the comments.
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 3808,
/**/
3807,
/**/
}
}
#endif
- // TODO: when is it safe to delete the function when it is no longer used?
+
+ // No check for uf_refcount being zero, cannot think of a way that would
+ // happen.
--dfunc->df_ufunc->uf_calls;
// execution context goes one level up
}
break;
case ISN_CATCH:
- // TODO
smsg("%s%4d CATCH", pfx, current);
break;
case ISN_TRYCONT:
(long)iptr->isn_arg.put.put_lnum);
break;
- // TODO: summarize modifiers
case ISN_CMDMOD:
{
char_u *buf;