diff src/version.c @ 6815:f0e7dc5e7282 v7.4.729

patch 7.4.729 Problem: Occasional crash with 'list' set. Solution: Fix off-by-one error. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Thu, 14 May 2015 05:56:09 +0200
parents ea0468670fbe
children cd47def2214a
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 */
 /**/
+    729,
+/**/
     728,
 /**/
     727,