| 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] |
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)