Skip to content

Commit 8173a74

Browse files
committed
updated for version 7.3.387
Problem: Test 83 may fail for some encodings. Solution: Set 'encoding' to utf-8 earlier.
1 parent b0f4915 commit 8173a74

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/testdir/test83.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ Tests for tag search with !_TAG_FILE_ENCODING.
22

33
STARTTEST
44
:so mbyte.vim
5+
:set enc=utf8
56
:if !has('iconv') || iconv("\x82\x60", "cp932", "utf-8") != "\uff21"
67
: e! test.ok
78
: w! test.out
89
: qa!
910
:endif
10-
:set enc=utf8
1111

1212
:/^text for tags1$/,/^text for tags1$/+1w! Xtags1.txt
1313
:/^text for tags2$/,/^text for tags2$/+1w! Xtags2.txt

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,8 @@ static char *(features[]) =
714714

715715
static int included_patches[] =
716716
{ /* Add new patch number below this line */
717+
/**/
718+
387,
717719
/**/
718720
386,
719721
/**/

0 commit comments

Comments
 (0)