We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84124b6 commit 195da7fCopy full SHA for 195da7f
src/testdir/test83.in
@@ -2,7 +2,7 @@ Tests for tag search with !_TAG_FILE_ENCODING.
2
3
STARTTEST
4
:so mbyte.vim
5
-:if !has('iconv')
+:if !has('iconv') || iconv("\x82\x60", "cp932", "utf-8") != "\uff21"
6
: e! test.ok
7
: w! test.out
8
: qa!
src/version.c
@@ -714,6 +714,8 @@ static char *(features[]) =
714
715
static int included_patches[] =
716
{ /* Add new patch number below this line */
717
+/**/
718
+ 386,
719
/**/
720
385,
721
0 commit comments