1
0
forked from aniani/vim

patch 8.2.0397: delayed screen update when using undo from Insert mode

Problem:    Delayed screen update when using undo from Insert mode.
Solution:   Update w_topline and cursor shape before sleeping. (closes #5790)
This commit is contained in:
Bram Moolenaar
2020-03-16 22:08:45 +01:00
parent 24ebd83e03
commit 5715b3147b
2 changed files with 9 additions and 2 deletions

View File

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