1
0
forked from aniani/vim

patch 9.0.0664: bad redrawing with spell checking, using "C" and "$" in 'cpo'

Problem:    Bad redrawing with spell checking, using "C" and "$" in 'cpo'.
Solution:   Do not redraw the next line when "$" is in 'cpo'. (closes #11285)
This commit is contained in:
Bram Moolenaar
2022-10-05 13:29:15 +01:00
parent d195598714
commit f3ef026c98
6 changed files with 50 additions and 7 deletions

View File

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