commit | 74cd624fdeef12526e1f69b9ddaee037fcef8f3f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 22 14:14:27 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 22 14:14:27 2013 +0200 |
tree | 5a9a97270c6770e76929510bbcb92f0399f9d71f | |
parent | 67652c2935ce5a4313bb071f06b9fa476e10ef78 [diff] [blame] |
updated for version 7.4.007 Problem: Creating a preview window on startup leaves the screen layout in a messed up state. (Marius Gedminas) Solution: Don't change firstwin. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 77c3e8d..d34ed63 100644 --- a/src/version.c +++ b/src/version.c
@@ -728,6 +728,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 7, +/**/ 6, /**/ 5,