]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.386 v7.3.386
authorBram Moolenaar <Bram@vim.org>
Fri, 23 Dec 2011 13:56:28 +0000 (14:56 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 23 Dec 2011 13:56:28 +0000 (14:56 +0100)
Problem:    Test 83 fails when iconv does not support cp932. (raf)
Solution:   Test if conversion works. (Yukihiro Nakadaira)

src/testdir/test83.in
src/version.c

index 300ddf1c7889e259837f1b16c62920d6c917665e..09ef0b455fe59f9e4ce0b834c65957de2cdc2e65 100644 (file)
@@ -2,7 +2,7 @@ Tests for tag search with !_TAG_FILE_ENCODING.
 
 STARTTEST
 :so mbyte.vim
-:if !has('iconv')
+:if !has('iconv') || iconv("\x82\x60", "cp932", "utf-8") != "\uff21"
 : e! test.ok
 : w! test.out
 : qa!
index 4e40bb3f7fdfb99038412a3e8d055c1327a7dfd1..3d2d47ab7bfc3b857e6a85e619c9d250dac49c1e 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    386,
 /**/
     385,
 /**/