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"
diff --git a/src/version.c b/src/version.c
index 5a8a39c..3fc0a72 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1188,
+/**/
1187,
/**/
1186,