diff src/version.c @ 6828:734c89ddf7b3 v7.4.735

patch 7.4.735 Problem: Wrong argument for sizeof(). Solution: Use a pointer argument. (Chris Hall)
author Bram Moolenaar <bram@vim.org>
date Tue, 09 Jun 2015 20:30:51 +0200
parents bf3e6012dfbd
children 70fdcdaf96a6
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 */
 /**/
+    735,
+/**/
     734,
 /**/
     733,