diff --git a/src/testdir/test83.in b/src/testdir/test83.in index 300ddf1c78..09ef0b455f 100644 --- a/src/testdir/test83.in +++ b/src/testdir/test83.in @@ -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! diff --git a/src/version.c b/src/version.c index 4e40bb3f7f..3d2d47ab7b 100644 --- a/src/version.c +++ b/src/version.c @@ -714,6 +714,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 386, /**/ 385, /**/