diff src/version.c @ 7017:0dbbdcf13e03 v7.4.825

patch 7.4.825 Problem: Invalid memory access for ":syn keyword x a[". Solution: Do not skip over the NUL. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Thu, 13 Aug 2015 22:53:29 +0200
parents 962b3ae252a9
children db0328a2fa2a
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 */
 /**/
+    825,
+/**/
     824,
 /**/
     823,