comparison src/version.c @ 23197:4ba101403fa2 v8.2.2144

patch 8.2.2144: Vim9: some corner cases not tested Commit: https://github.com/vim/vim/commit/025cb1ca8605055383c53bf2c823d7093cf29b82 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 14 18:31:27 2020 +0100 patch 8.2.2144: Vim9: some corner cases not tested Problem: Vim9: some corner cases not tested. Solution: Add a few tests.
author Bram Moolenaar <Bram@vim.org>
date Mon, 14 Dec 2020 18:45:04 +0100
parents 75f35ae990ac
children 59f31d2eb4cf
comparison
equal deleted inserted replaced
23196:88a6a5655af0 23197:4ba101403fa2
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 2144,
753 /**/ 755 /**/
754 2143, 756 2143,
755 /**/ 757 /**/
756 2142, 758 2142,
757 /**/ 759 /**/