1
0
forked from aniani/vim

patch 9.0.0316: screen flickers when 'cmdheight' is zero

Problem:    Screen flickers when 'cmdheight' is zero.
Solution:   Redraw over existing text instead of clearing.
This commit is contained in:
Bram Moolenaar
2022-08-29 12:41:06 +01:00
parent 309c4e0ed7
commit f73e5ba56f
3 changed files with 31 additions and 26 deletions

View File

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