diff src/version.c @ 7519:98fede2c9574 v7.4.1061

commit https://github.com/vim/vim/commit/285bf84b4b9aca828828a8729b04cd59ab333dac Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 7 22:34:01 2016 +0100 patch 7.4.1061 Problem: Compiler warning for ignoring return value of fwrite(). Solution: Do use the return value. (idea: Charles Campbell)
author Christian Brabandt <cb@256bit.org>
date Thu, 07 Jan 2016 22:45:04 +0100
parents 9d67399f49c6
children 665330ac1d78
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 */
 /**/
+    1061,
+/**/
     1060,
 /**/
     1059,