diff src/version.c @ 4111:918d7df425af v7.3.809

updated for version 7.3.809 Problem: The dosinst.c program has a buffer overflow. (Thomas Gwae) Solution: Ignore $VIMRUNTIME if it is too long.
author Bram Moolenaar <bram@vim.org>
date Wed, 13 Feb 2013 14:36:44 +0100
parents 3b2a771abb39
children 8904ccd5ee85
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    809,
+/**/
     808,
 /**/
     807,