diff src/version.c @ 6795:adb3699fa30c v7.4.719

patch 7.4.719 Problem: Overflow when adding MAXCOL to a pointer. Solution: Subtract pointers instead. (James McCoy)
author Bram Moolenaar <bram@vim.org>
date Mon, 04 May 2015 16:10:26 +0200
parents e1d59836eecc
children 56a735cff1a0
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    719,
+/**/
     718,
 /**/
     717,