comparison src/version.c @ 28852:ffd57385eef8 v8.2.4949

patch 8.2.4949: Vim9: some code not covered by tests Commit: https://github.com/vim/vim/commit/31ad32a325cc31f0f2bdd530c68bfb856a2187c5 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 13 16:23:37 2022 +0100 patch 8.2.4949: Vim9: some code not covered by tests Problem: Vim9: some code not covered by tests. Solution: Add a few more test cases. Fix double error message.
author Bram Moolenaar <Bram@vim.org>
date Fri, 13 May 2022 17:30:02 +0200
parents 338212bba072
children 647d7f439622
comparison
equal deleted inserted replaced
28851:9b622f8fdfa0 28852:ffd57385eef8
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4949,
749 /**/ 751 /**/
750 4948, 752 4948,
751 /**/ 753 /**/
752 4947, 754 4947,
753 /**/ 755 /**/