diff src/version.c @ 5881:aa99d04fa7e2 v7.4.283

updated for version 7.4.283 Problem: Compiler warning about unused variable. (Charles Cooper) Solution: Move the variable inside the #if block.
author Bram Moolenaar <bram@vim.org>
date Fri, 09 May 2014 20:33:04 +0200
parents 6d0a1132dd71
children 3c35ca9666e8
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    283,
+/**/
     282,
 /**/
     281,