diff src/version.c @ 8414:8c888844de9c v7.4.1498

commit https://github.com/vim/vim/commit/2588b5a43f049ddf542991050260237051caad77 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 5 23:23:02 2016 +0100 patch 7.4.1498 Problem: Error for locked item when using json_decode(). (Shougo) Solution: Initialize v_lock.
author Christian Brabandt <cb@256bit.org>
date Sat, 05 Mar 2016 23:30:04 +0100
parents 7ee2b87ba896
children 1a6527cce675
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 */
 /**/
+    1498,
+/**/
     1497,
 /**/
     1496,