diff src/version.c @ 3582:e83c5dcea112 v7.3.551

updated for version 7.3.551 Problem: When using :tablose a TabEnter autocommand is triggered too early. (Karthick) Solution: Don't trigger *Enter autocommands before closing the tab. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 13 Jun 2012 14:28:20 +0200
parents 297771eff080
children 443c50cd3e88
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 */
 /**/
+    551,
+/**/
     550,
 /**/
     549,