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 b0f4915 commit 8173a74Copy full SHA for 8173a74
src/testdir/test83.in
@@ -2,12 +2,12 @@ Tests for tag search with !_TAG_FILE_ENCODING.
2
3
STARTTEST
4
:so mbyte.vim
5
+:set enc=utf8
6
:if !has('iconv') || iconv("\x82\x60", "cp932", "utf-8") != "\uff21"
7
: e! test.ok
8
: w! test.out
9
: qa!
10
:endif
-:set enc=utf8
11
12
:/^text for tags1$/,/^text for tags1$/+1w! Xtags1.txt
13
:/^text for tags2$/,/^text for tags2$/+1w! Xtags2.txt
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
+ 387,
719
/**/
720
386,
721
0 commit comments