diff src/version.c @ 8552:96968d6bba3e v7.4.1566

commit https://github.com/vim/vim/commit/4f118be2bb987cdf313da879d2a93ae125e99202 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 15 13:09:53 2016 +0100 patch 7.4.1566 Problem: Compiler warning for shadowed variable. (Kazunobu Kuriyama) Solution: Remove the inner one.
author Christian Brabandt <cb@256bit.org>
date Tue, 15 Mar 2016 13:15:05 +0100
parents 56d0eb96c25a
children 7d3548ae729d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -744,6 +744,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1566,
+/**/
     1565,
 /**/
     1564,