1
0
forked from aniani/vim

patch 7.4.2199

Problem:    In the GUI the cursor is hidden when redrawing any window,
            causing flicker.
Solution:   Only undraw the cursor when updating the window it's in.
This commit is contained in:
Bram Moolenaar
2016-08-12 14:08:25 +02:00
parent 0e5d3a2940
commit 107abd2ca5
5 changed files with 18 additions and 12 deletions

View File

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