summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-28 14:12:00 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-28 14:12:00 +0100
commit009d84a34f3678ec93921bee3bc05be2fd606264 (patch)
tree1a66c9e49be4785b904504eca20fac9e20609d32 /src
parent85be35f33ea848b50e84d57321a45ebfedfad669 (diff)
patch 7.4.1188v7.4.1188
Problem: Using older JSON standard. Solution: Update the link. Adjust the text a bit.
Diffstat (limited to 'src')
-rw-r--r--src/json.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/json.c b/src/json.c
index da8beea874..d6507c3517 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"
diff --git a/src/version.c b/src/version.c
index 5a8a39c3c6..3fc0a7221e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1188,
+/**/
1187,
/**/
1186,