diff src/version.c @ 3594:a220dd97b5c7 v7.3.557

updated for version 7.3.557 Problem: Crash when an autocommand wipes out a buffer when it is hidden. Solution: Restore the current window when needed. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 20 Jun 2012 11:55:01 +0200
parents b8924014a039
children 34724dc5172b
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    557,
+/**/
     556,
 /**/
     555,