commit | 6039c7f05376f0e470cf62bf2757e653aea357f3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 24 15:05:32 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 24 15:05:32 2016 +0100 |
tree | ab4cbced0c4d4ac6c48cdacd4d2472b8b615077f | |
parent | 17a13437c9414a8693369a97f3be2fc8ad48c12e [diff] [blame] |
patch 7.4.1164 Problem: No tests for comparing special variables. Error in jsondecode() not reported. test_json does not work Japanse system. Solution: Set scriptencoding. (Ken Takata) Add a few more tests. Add error.
diff --git a/src/version.c b/src/version.c index 60cb07c..c412309 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1164, +/**/ 1163, /**/ 1162,