diff src/version.c @ 8086:04ed31f9ef70 v7.4.1337

commit https://github.com/vim/vim/commit/ba093bc0002ac60aebd0f2d8a458e2fdac38f1ed Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 16 19:37:29 2016 +0100 patch 7.4.1337 Problem: Part of the change is missing. Solution: Add changes to eval.c
author Christian Brabandt <cb@256bit.org>
date Tue, 16 Feb 2016 19:45:05 +0100
parents 3ea56a74077f
children 1b70dae3e79a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1337,
+/**/
     1336,
 /**/
     1335,