comparison src/version.c @ 18951:2ade39e58400 v8.2.0036

patch 8.2.0036: not enough test coverage for match functions Commit: https://github.com/vim/vim/commit/49d68bf5e4d9306269b141f0576bbf44631f4ff0 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 24 15:17:00 2019 +0100 patch 8.2.0036: not enough test coverage for match functions Problem: Not enough test coverage for match functions. Solution: Add a few more test cases. (Dominique Pelle, closes https://github.com/vim/vim/issues/5394) Add error number.
author Bram Moolenaar <Bram@vim.org>
date Tue, 24 Dec 2019 15:30:04 +0100
parents 5c405689da3e
children 30c965c6f855
comparison
equal deleted inserted replaced
18950:16a021d36f3b 18951:2ade39e58400
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 36,
745 /**/ 747 /**/
746 35, 748 35,
747 /**/ 749 /**/
748 34, 750 34,
749 /**/ 751 /**/