commit | 5d2bae8b1c2bb8059010ea604e092de9cf3c1baf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 19 14:26:36 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 19 14:26:36 2014 +0200 |
tree | 4e08dc4660c82fa64e4da92e50e7e99698119d25 | |
parent | 714db3bb819bb7f9f52270f2352b274bba3a9ff4 [diff] [blame] |
updated for version 7.4.446 Problem: In some situations, when setting up an environment to trigger an autocommand, the environment is not properly restored. Solution: Check the return value of switch_win() and call restore_win() always. (Daniel Hahler)
diff --git a/src/version.c b/src/version.c index adff6db..53fcc8f 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 446, +/**/ 445, /**/ 444,