diff src/version.c @ 8238:d7e1526ae1b9 v7.4.1412

commit https://github.com/vim/vim/commit/68c85fcdf31c104db21c96cd5871724e458c95ff Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 24 12:57:50 2016 +0100 patch 7.4.1412 Problem: Compiler warning for indent. (Dominique Pelle) Solution: Fix the indent.
author Christian Brabandt <cb@256bit.org>
date Wed, 24 Feb 2016 13:00:05 +0100
parents 6d221d623c8e
children 60586ce747c4
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 */
 /**/
+    1412,
+/**/
     1411,
 /**/
     1410,