commit | 158864120d3ee8baa2b5c9c2cb15bd5c5ea5731b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 27 17:02:27 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 27 17:02:27 2014 +0100 |
tree | 9c27107d16f4ef8282cffd7871ffe86daa233525 | |
parent | c666b5b467df3a3c5c7755bf1cb45724879709c9 [diff] [blame] |
updated for version 7.4.221 Problem: Quickfix doesn't resize on ":copen 20". (issue 199) Solution: Resize the window when requested. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 2246465..2c64b2b 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 221, +/**/ 220, /**/ 219,