1
0
forked from aniani/vim

patch 8.2.3738: screen is cleared when a FocusLost autocommand triggers

Problem:    Screen is cleared when a FocusLost autocommand triggers.
Solution:   Do not redraw when at the hit-enter or more prompt. (closes #9274)
This commit is contained in:
Bram Moolenaar
2021-12-04 17:20:27 +00:00
parent 8dea145e39
commit 23bdef2571
2 changed files with 4 additions and 1 deletions

View File

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