commit | fc2457e21d136cb366076edd448e67c9732dc40a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 28 20:04:09 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 28 20:04:09 2016 +0100 |
tree | d62429b3fda609ca2c626feff9d5a9b8036d379b | |
parent | 9730f74a0b2acb490943393a203a24ab8fab923a [diff] [blame] |
patch 7.4.1455 Problem: JSON decoding test for surrogate pairs is in the wrong place. Solution: Move the test lines. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 2c21470..17d42ce 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1455, +/**/ 1454, /**/ 1453,