diff src/version.c @ 8360:45740f83b3ce v7.4.1472

commit https://github.com/vim/vim/commit/4ca812b15378f83e56a2dc42947a61d0aa40697f Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 2 21:51:16 2016 +0100 patch 7.4.1472 Problem: Coverity warning for not using return value. Solution: Add "(void)".
author Christian Brabandt <cb@256bit.org>
date Wed, 02 Mar 2016 22:00:07 +0100
parents 49d0e094cb93
children a541dd5cfd3a
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 */
 /**/
+    1472,
+/**/
     1471,
 /**/
     1470,