diff src/version.c @ 8308:c1f29c1a968a v7.4.1446

commit https://github.com/vim/vim/commit/80e78847395b5c8ada7861674774d81bd0a42789 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 28 15:21:13 2016 +0100 patch 7.4.1446 Problem: Crash when using json_decode(). Solution: Terminate string with a NUL byte.
author Christian Brabandt <cb@256bit.org>
date Sun, 28 Feb 2016 15:30:05 +0100
parents 7fcf3f6020c1
children aec8f8ce8e4c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -744,6 +744,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1446,
+/**/
     1445,
 /**/
     1444,