comparison src/version.c @ 28152:b96409b84eaf v8.2.4600

patch 8.2.4600: Vim9: not enough test coverage for executing :def function Commit: https://github.com/vim/vim/commit/6b8c7ba062ca4b50e8f983e0485be7afa4eef691 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 20 17:46:06 2022 +0000 patch 8.2.4600: Vim9: not enough test coverage for executing :def function Problem: Vim9: not enough test coverage for executing :def function. Solution: Add a few more tests. Fix inconsistencies.
author Bram Moolenaar <Bram@vim.org>
date Sun, 20 Mar 2022 19:00:03 +0100
parents 0fa25a1b8451
children ae975c8d5438
comparison
equal deleted inserted replaced
28151:ed461ca13cad 28152:b96409b84eaf
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 4600,
753 /**/ 755 /**/
754 4599, 756 4599,
755 /**/ 757 /**/
756 4598, 758 4598,
757 /**/ 759 /**/