comparison src/version.c @ 21091:f6eb0c468ae4 v8.2.1097

patch 8.2.1097: highlight code not sufficiently tested Commit: https://github.com/vim/vim/commit/de8f0f47f653ff10bd8cc12b3e0817ed5bdf64ea Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 30 18:45:43 2020 +0200 patch 8.2.1097: highlight code not sufficiently tested Problem: Highlight code not sufficiently tested. Solution: Add a few more tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/6359)
author Bram Moolenaar <Bram@vim.org>
date Tue, 30 Jun 2020 19:00:04 +0200
parents d69ead03ba93
children 376b520312d6
comparison
equal deleted inserted replaced
21090:be4aa55f87a6 21091:f6eb0c468ae4
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 1097,
757 /**/ 759 /**/
758 1096, 760 1096,
759 /**/ 761 /**/
760 1095, 762 1095,
761 /**/ 763 /**/