Skip to content
Snippets Groups Projects
Commit deaf7b73 authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

updated for version 7.3.387

Problem:    Test 83 may fail for some encodings.
Solution:   Set 'encoding' to utf-8 earlier.
parent ff0a4809
No related branches found
Tags v7.3.321
No related merge requests found
......@@ -2,12 +2,12 @@ Tests for tag search with !_TAG_FILE_ENCODING.
STARTTEST
:so mbyte.vim
:set enc=utf8
:if !has('iconv') || iconv("\x82\x60", "cp932", "utf-8") != "\uff21"
: e! test.ok
: w! test.out
: qa!
:endif
:set enc=utf8
:/^text for tags1$/,/^text for tags1$/+1w! Xtags1.txt
:/^text for tags2$/,/^text for tags2$/+1w! Xtags2.txt
......
......@@ -714,6 +714,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
387,
/**/
386,
/**/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment