comparison src/version.c @ 28305:c4b2aa8e1ee1 v8.2.4678

patch 8.2.4678: Vim9: not all code is tested Commit: https://github.com/vim/vim/commit/1061195057c4518877cb6da7591eadff9db14598 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 3 21:11:34 2022 +0100 patch 8.2.4678: Vim9: not all code is tested Problem: Vim9: not all code is tested. Solution: Add a few more tests.
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Apr 2022 22:15:04 +0200
parents 9849df834f1d
children 425700af491b
comparison
equal deleted inserted replaced
28304:8462f16d2e7f 28305:c4b2aa8e1ee1
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 4678,
753 /**/ 755 /**/
754 4677, 756 4677,
755 /**/ 757 /**/
756 4676, 758 4676,
757 /**/ 759 /**/