comparison src/version.c @ 30039:4b9b237d1211 v9.0.0357

patch 9.0.0357: 'linebreak' interferes with text property highlight Commit: https://github.com/vim/vim/commit/cf2bb633978a3d2d5bba06611c95e15170662c15 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 2 13:26:29 2022 +0100 patch 9.0.0357: 'linebreak' interferes with text property highlight Problem: 'linebreak' interferes with text property highlight if there is syntax highlighting. Solution: Check the text prop attributes after combining with syntax attributes. (closes #11035)
author Bram Moolenaar <Bram@vim.org>
date Fri, 02 Sep 2022 14:30:04 +0200
parents c222a5a2a42a
children 1100c9c3fd2a
comparison
equal deleted inserted replaced
30038:c399dc368745 30039:4b9b237d1211
705 NULL 705 NULL
706 }; 706 };
707 707
708 static int included_patches[] = 708 static int included_patches[] =
709 { /* Add new patch number below this line */ 709 { /* Add new patch number below this line */
710 /**/
711 357,
710 /**/ 712 /**/
711 356, 713 356,
712 /**/ 714 /**/
713 355, 715 355,
714 /**/ 716 /**/