diff src/version.c @ 6987:1661dd8df592 v7.4.811

patch 7.4.811 Problem: Invalid memory access when using "exe 'sc'". Solution: Avoid going over the end of the string. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Tue, 04 Aug 2015 22:02:51 +0200
parents a07c3f9cd616
children c0a23e04c929
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 */
 /**/
+    811,
+/**/
     810,
 /**/
     809,