1
0
forked from aniani/vim

updated for version 7.4.219

Problem:    When 'relativenumber' or 'cursorline' are set the window is
            redrawn much to often. (Patrick Hemmer, Dominique Pelle)
Solution:   Check the VALID_CROW flag instead of VALID_WROW.
This commit is contained in:
Bram Moolenaar
2014-03-27 12:11:48 +01:00
parent 327aa02dda
commit b679875b29
2 changed files with 22 additions and 13 deletions

View File

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