1
0
forked from aniani/vim

patch 8.2.2644: prop_clear() causes a screen update even when nothing changed

Problem:    prop_clear() causes a screen update even when nothing changed.
Solution:   Only redraw when a property was cleared. (Dominique Pellé)
This commit is contained in:
Bram Moolenaar
2021-03-22 19:43:34 +01:00
parent 1f448d906b
commit da1dbed0df
2 changed files with 6 additions and 1 deletions

View File

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