commit | 009d84a34f3678ec93921bee3bc05be2fd606264 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 28 14:12:00 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 28 14:12:00 2016 +0100 |
tree | 1a66c9e49be4785b904504eca20fac9e20609d32 | |
parent | 85be35f33ea848b50e84d57321a45ebfedfad669 [diff] [blame] |
patch 7.4.1188 Problem: Using older JSON standard. Solution: Update the link. Adjust the text a bit.
diff --git a/src/json.c b/src/json.c index da8beea..d6507c3 100644 --- a/src/json.c +++ b/src/json.c
@@ -10,7 +10,7 @@ /* * json.c: Encoding and decoding JSON. * - * Follows this standard: http://www.ietf.org/rfc/rfc4627.txt + * Follows this standard: https://tools.ietf.org/html/rfc7159.html */ #include "vim.h"