diff src/version.c @ 4476:3cc2dca142a0 v7.3.986

updated for version 7.3.986 Problem: Test 95 doesn't pass when 'encoding' isn't utf-8. (Yasuhiro Matsumoto) Solution: Force 'encoding' to be utf-8.
author Bram Moolenaar <bram@vim.org>
date Tue, 21 May 2013 13:05:15 +0200
parents 0c940b6f2828
children 032c9f916f25
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 */
 /**/
+    986,
+/**/
     985,
 /**/
     984,