comparison src/version.c @ 21052:f3c72001de63 v8.2.1077

patch 8.2.1077: no enough test coverage for highlighting Commit: https://github.com/vim/vim/commit/75e15670b8749845cde2962ddb738dd5c6e73191 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 28 13:10:22 2020 +0200 patch 8.2.1077: no enough test coverage for highlighting Problem: No enough test coverage for highlighting. Solution: Add more tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/6351)
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Jun 2020 13:15:05 +0200
parents 7a9daf73a724
children b1fac55cf8a3
comparison
equal deleted inserted replaced
21051:2cf2f56a250f 21052:f3c72001de63
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1077,
757 /**/ 759 /**/
758 1076, 760 1076,
759 /**/ 761 /**/
760 1075, 762 1075,
761 /**/ 763 /**/