diff src/version.c @ 7795:4f23088b47ea v7.4.1194

commit https://github.com/vim/vim/commit/83162468b3c8722fffea033d3de144cd4191472a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 28 23:10:07 2016 +0100 patch 7.4.1194 Problem: Compiler warning for not using return value of fwrite(). Solution: Return OK/FAIL. (Charles Campbell)
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Jan 2016 23:15:04 +0100
parents 2981a37cec61
children 0d46cea25641
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1194,
+/**/
     1193,
 /**/
     1192,