diff src/version.c @ 4246:4d0b39bcec20 v7.3.874

updated for version 7.3.874 Problem: Comparing file names does not handle multi-byte characters properly. Solution: Implement multi-byte handling.
author Bram Moolenaar <bram@vim.org>
date Tue, 19 Mar 2013 18:31:49 +0100
parents 7faeece39228
children beab15a2ef14
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 */
 /**/
+    874,
+/**/
     873,
 /**/
     872,