diff src/version.c @ 3568:09d0bda69df0 v7.3.544

updated for version 7.3.544 Problem: There is no good way to close a quickfix window when closing the last ordinary window. Solution: Add the QuitPre autocommand.
author Bram Moolenaar <bram@vim.org>
date Wed, 06 Jun 2012 18:03:07 +0200
parents ce7bd50bafa7
children e7ff3251dfa1
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 */
 /**/
+    544,
+/**/
     543,
 /**/
     542,