diff src/version.c @ 4166:d356b5ce84ce v7.3.835

updated for version 7.3.835 Problem: "xxd -i" fails on an empty file. Solution: Do output the closing } for an empty file. (partly by Lawrence Woodman)
author Bram Moolenaar <bram@vim.org>
date Tue, 26 Feb 2013 14:14:07 +0100
parents 3ac9d7d8274e
children ff193256398a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    835,
+/**/
     834,
 /**/
     833,