comparison src/version.c @ 28501:e1c6e1f3c1bb v8.2.4775

patch 8.2.4775: SpellBad highlighting does not work in Konsole Commit: https://github.com/vim/vim/commit/280aebfd356c4fc8b84f13314068411157ad72f2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 17 17:34:42 2022 +0100 patch 8.2.4775: SpellBad highlighting does not work in Konsole Problem: SpellBad highlighting does not work in Konsole. Solution: Do not keep t_8u defined for Konsole. Redraw when t_8u is reset. (closes #10177)
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Apr 2022 18:45:04 +0200
parents a35d54d01ade
children bae90eec6d14
comparison
equal deleted inserted replaced
28500:8d6728463e9f 28501:e1c6e1f3c1bb
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4775,
749 /**/ 751 /**/
750 4774, 752 4774,
751 /**/ 753 /**/
752 4773, 754 4773,
753 /**/ 755 /**/