diff src/version.c @ 3235:ac16c62282ac v7.3.387

updated for version 7.3.387 Problem: Test 83 may fail for some encodings. Solution: Set 'encoding' to utf-8 earlier.
author Bram Moolenaar <bram@vim.org>
date Fri, 30 Dec 2011 13:09:21 +0100
parents 1cedbee50ca6
children 683fab13904c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    387,
+/**/
     386,
 /**/
     385,