1
0
forked from aniani/vim

patch 9.0.0590: after exiting Insert mode spelling not checked in next line

Problem:    After exiting Insert mode spelling is not checked in the next
            line.
Solution:   When spelling is enabled redraw the next line after exiting Insert
            mode in case the spell highlight needs updating.
This commit is contained in:
Bram Moolenaar
2022-09-25 20:58:30 +01:00
parent b7e07dc103
commit ee09fcc9b6
7 changed files with 40 additions and 12 deletions

View File

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