commit | 1c39102666d2ccb998059bd7ada2d2efa31a11bc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 28 18:04:00 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 28 18:04:00 2016 +0100 |
tree | af7db459a6530d1ac526dadd90807ff6ba3af9d8 | |
parent | 8cc6977a9655603bfc4aab64edddafef147da65e [diff] [blame] |
patch 7.4.1450 Problem: Json encoding still fails when encoding is not utf-8. Solution: Set 'encoding' before :scriptencoding. Run the json test separately to avoid affecting other tests.
diff --git a/src/version.c b/src/version.c index 8853a78..d9697a8 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1450, +/**/ 1449, /**/ 1448,