forked from aniani/vim
patch 7.4.1188
Problem: Using older JSON standard. Solution: Update the link. Adjust the text a bit.
This commit is contained in:
@@ -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"
|
||||
|
@@ -746,6 +746,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1188,
|
||||
/**/
|
||||
1187,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user