commit | 6763c140d656703814d9a268c8492762aee69469 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 19 18:05:44 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 19 18:05:44 2012 +0200 |
tree | 4b3057d4acf252fe2ffc054a49e62ceaf49f1ff0 | |
parent | 049d8e79cf49a38c1243f4ec33e48a9bd89b5e4c [diff] [blame] |
updated for version 7.3.608 Problem: winrestview() does not always restore the view correctly. Solution: Call win_new_height() and win_new_width(). (Lech Lorens)
diff --git a/src/version.c b/src/version.c index 5dd3776..c8a283e 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 608, +/**/ 607, /**/ 606,