diff src/version.c @ 8899:fe12294683d8 v7.4.1736

commit https://github.com/vim/vim/commit/baa9fcaf4042a6dbe01e64ce63cb54941ee00f09 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 14 17:40:56 2016 +0200 patch 7.4.1736 Problem: Unused variable. Solution: Remove it. (Yasuhiro Matsumoto)
author Christian Brabandt <cb@256bit.org>
date Thu, 14 Apr 2016 17:45:05 +0200
parents a410390e340b
children b4dad96ade29
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1736,
+/**/
     1735,
 /**/
     1734,