diff src/version.c @ 8573:c76cb97073bd v7.4.1576

commit https://github.com/vim/vim/commit/927030af23982a70580178e32806cd3638ce6e5b Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 15 18:23:55 2016 +0100 patch 7.4.1576 Problem: Write error of viminfo file is not handled properly. (Christian Neukirchen) Solution: Check the return value of fclose(). (closes https://github.com/vim/vim/issues/682)
author Christian Brabandt <cb@256bit.org>
date Tue, 15 Mar 2016 18:30:08 +0100
parents debe6347024d
children b5209a4e5baf
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 */
 /**/
+    1576,
+/**/
     1575,
 /**/
     1574,