commit | 280aebfd356c4fc8b84f13314068411157ad72f2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 17 17:34:42 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 17 17:34:42 2022 +0100 |
tree | dd1e0010207baf223938564b8948504f9a08b049 | |
parent | 8b91e71441069b1dde9ac9ff9d9a829b1b4aecca [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 43e85e7..bd4693f 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4775, +/**/ 4774, /**/ 4773,