diff src/version.c @ 5749:37af1e6e91bb v7.4.219

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.
author Bram Moolenaar <bram@vim.org>
date Thu, 27 Mar 2014 12:11:48 +0100
parents ddc3f32a4b21
children 1e272e318daa
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    219,
+/**/
     218,
 /**/
     217,