To: vim_dev@googlegroups.com Subject: Patch 8.2.3808 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///