diff src/version.c @ 7123:077ae8b63e15 v7.4.873

commit https://github.com/vim/vim/commit/b8603882b1679385b287f14c527fa61eee60a9dd Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 17 23:20:42 2015 +0200 patch 7.4.873 Problem: Compiler warning for unused variable. (Tony Mechelynck) Solution: Remove the variable. Also fix int vs long_u mixup.
author Christian Brabandt <cb@256bit.org>
date Thu, 17 Sep 2015 23:30:04 +0200
parents a497a9868255
children 52a7ba315f03
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    873,
+/**/
     872,
 /**/
     871,