diff src/version.c @ 5753:a548aae15b3a v7.4.221

updated for version 7.4.221 Problem: Quickfix doesn't resize on ":copen 20". (issue 199) Solution: Resize the window when requested. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Thu, 27 Mar 2014 17:02:27 +0100
parents 1e272e318daa
children 9123b4d3ef05
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    221,
+/**/
     220,
 /**/
     219,