commit | b29d328eb403a243431f4d0d5b360b4ac46bbc3e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 15 21:25:01 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 15 21:25:01 2017 +0100 |
tree | 9f854ad29aa20a0375794c6189e997d4eb08d2fb | |
parent | 4697399e8c805325009351a2488e3da530d0af38 [diff] [blame] |
patch 8.0.1391: encoding empty string to JSON sometimes gives "null" Problem: Encoding empty string to JSON sometimes gives "null". Solution: Handle NULL string as empty string. (closes #2446)
diff --git a/src/version.c b/src/version.c index 16ba82a..af507e4 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1391, +/**/ 1390, /**/ 1389,