diff src/version.c @ 6458:48111d5fd8a8 v7.4.558

updated for version 7.4.558 Problem: When the X server restarts Vim may get stuck. Solution: Destroy the application context and create it again. (Issue 203)
author Bram Moolenaar <bram@vim.org>
date Wed, 17 Dec 2014 17:59:31 +0100
parents fcd5a3207100
children 29f5cfca3388
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 */
 /**/
+    558,
+/**/
     557,
 /**/
     556,