changeset 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 a96cb758a8d7
children 12a5ea0526b1
files src/testdir/test83.in src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test83.in
+++ b/src/testdir/test83.in
@@ -2,12 +2,12 @@ Tests for tag search with !_TAG_FILE_ENC
 
 STARTTEST
 :so mbyte.vim
+:set enc=utf8
 :if !has('iconv') || iconv("\x82\x60", "cp932", "utf-8") != "\uff21"
 : e! test.ok
 : w! test.out
 : qa!
 :endif
-:set enc=utf8
 
 :/^text for tags1$/,/^text for tags1$/+1w! Xtags1.txt
 :/^text for tags2$/,/^text for tags2$/+1w! Xtags2.txt
--- 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,