diff src/version.c @ 8901:b4dad96ade29 v7.4.1737

commit https://github.com/vim/vim/commit/52196b2dbe3b64b5054e1df3d3aa8fc65e30addc Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 14 17:52:41 2016 +0200 patch 7.4.1737 Problem: Argument marked as unused is used. Solution: Remove UNUSED.
author Christian Brabandt <cb@256bit.org>
date Thu, 14 Apr 2016 18:00:06 +0200
parents fe12294683d8
children 9da3751688e9
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 */
 /**/
+    1737,
+/**/
     1736,
 /**/
     1735,