commit | ac105ed3c420660ddbddc501c97875c48220817e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 21 20:33:32 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 21 20:33:32 2016 +0200 |
tree | af1f72494dadb3775100f85e65c8e0e970879e56 | |
parent | dfd63e30d13fff5603416b6c7e247cebeb003eb0 [diff] [blame] |
patch 7.4.2086 Problem: Using the system default encoding makes tests unpredictable. Solution: Always use utf-8 or latin1 in the new style tests. Remove setting encoding and scriptencoding where it is not needed.
diff --git a/src/version.c b/src/version.c index 6f9ce5d..9af59e5 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2086, +/**/ 2085, /**/ 2084,