0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 7.4.1188

Problem:    Using older JSON standard.
Solution:   Update the link.  Adjust the text a bit.
This commit is contained in:
Bram Moolenaar
2016-01-28 14:12:00 +01:00
parent 85be35f33e
commit 009d84a34f
3 changed files with 16 additions and 18 deletions

View File

@@ -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"