diff src/version.c @ 7019:db0328a2fa2a v7.4.826

patch 7.4.826 Problem: Compiler warnings and errors. Solution: Make it build properly without the multi-byte feature.
author Bram Moolenaar <bram@vim.org>
date Thu, 13 Aug 2015 23:28:43 +0200
parents 0dbbdcf13e03
children 47680d36e484
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 */
 /**/
+    826,
+/**/
     825,
 /**/
     824,