0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 9.0.1578: SpellCap highlight not always updated when needed

Problem:    SpellCap highlight not always updated when needed.
Solution:   Handle updating line below closed fold and other situations where
            only part of the window is redrawn. (Luuk van Baal, closes #12428,
            closes #12420)
This commit is contained in:
Luuk van Baal
2023-05-25 17:14:42 +01:00
committed by Bram Moolenaar
parent 1271572a35
commit 2ac6497f0e
10 changed files with 78 additions and 32 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1578,
/**/
1577,
/**/