diff src/version.c @ 6394:5f49ac8426df v7.4.528

updated for version 7.4.528 Problem: Crash when using matchadd() (Yasuhiro Matsumoto) Solution: Copy the match regprog.
author Bram Moolenaar <bram@vim.org>
date Thu, 27 Nov 2014 13:37:10 +0100
parents 2bb019eb60ca
children 72d5a533ec87
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 */
 /**/
+    528,
+/**/
     527,
 /**/
     526,