Patch 8.2.3808
Problem: Vim9: obsolete TODO items
Solution: Remove the comments.
Files: src/vim9execute.c
*** ../vim-8.2.3807/src/vim9execute.c 2021-12-13 14:26:40.996627748 +0000
--- src/vim9execute.c 2021-12-14 14:25:51.330610563 +0000
***************
*** 680,686 ****
}
}
#endif
! // TODO: when is it safe to delete the function when it is no longer used?
--dfunc->df_ufunc->uf_calls;
// execution context goes one level up
--- 680,688 ----
}
}
#endif
!
! // 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
***************
*** 5623,5629 ****
}
break;
case ISN_CATCH:
- // TODO
smsg("%s%4d CATCH", pfx, current);
break;
case ISN_TRYCONT:
--- 5625,5630 ----
***************
*** 5819,5825 ****
(long)iptr->isn_arg.put.put_lnum);
break;
- // TODO: summarize modifiers
case ISN_CMDMOD:
{
char_u *buf;
--- 5820,5825 ----
*** ../vim-8.2.3807/src/version.c 2021-12-14 12:06:12.533925687 +0000
--- src/version.c 2021-12-14 14:28:21.373938037 +0000
***************
*** 751,752 ****
--- 751,754 ----
{ /* Add new patch number below this line */
+ /**/
+ 3808,
/**/
--
hundred-and-one symptoms of being an internet addict:
33. You name your children Eudora, Mozilla and Dotcom.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20211214181720.886401C014A%40moolenaar.net.