diff src/version.c @ 5764:b650f2db8f96 v7.4.226

updated for version 7.4.226 Problem: Cursurline highlighting not redrawn when scrolling. (John Marriott) Solution: Check for required redraw in two places.
author Bram Moolenaar <bram@vim.org>
date Fri, 28 Mar 2014 21:49:32 +0100
parents eeb150c07647
children b0a9df477096
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 */
 /**/
+    226,
+/**/
     225,
 /**/
     224,