comparison src/version.c @ 27539:ce4c2f4ce1f9 v8.2.4296

patch 8.2.4296: Vim9: not all code covered by tests Commit: https://github.com/vim/vim/commit/83d0cec95697c244c8096c78aa806469302a8e19 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 4 21:17:58 2022 +0000 patch 8.2.4296: Vim9: not all code covered by tests Problem: Vim9: not all code covered by tests. Solution: Add a few more tests for corner cases. Fix hang when single quote is missing.
author Bram Moolenaar <Bram@vim.org>
date Fri, 04 Feb 2022 22:30:04 +0100
parents e2bb28237695
children 8af6e7761b0c
comparison
equal deleted inserted replaced
27538:f37561549ec2 27539:ce4c2f4ce1f9
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 4296,
749 /**/ 751 /**/
750 4295, 752 4295,
751 /**/ 753 /**/
752 4294, 754 4294,
753 /**/ 755 /**/