comparison src/version.c @ 18317:d2228d4cf1f6 v8.1.2153

patch 8.1.2153: combining text property and syntax highlight is wrong Commit: https://github.com/vim/vim/commit/3439028c8909aaa71ffe612a7191babdfe07c04c Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 16 14:38:26 2019 +0200 patch 8.1.2153: combining text property and syntax highlight is wrong Problem: Combining text property and syntax highlight is wrong. (Nick Jensen) Solution: Compute the syntax highlight attribute much earlier. (closes #5057)
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Oct 2019 14:45:04 +0200
parents 6e8b7c58c526
children 4cc8a1a134fc
comparison
equal deleted inserted replaced
18316:6c8a3a02b533 18317:d2228d4cf1f6
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 2153,
756 /**/ 758 /**/
757 2152, 759 2152,
758 /**/ 760 /**/
759 2151, 761 2151,
760 /**/ 762 /**/