]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.446 v7.4.446
authorBram Moolenaar <Bram@vim.org>
Fri, 19 Sep 2014 12:26:36 +0000 (14:26 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 19 Sep 2014 12:26:36 +0000 (14:26 +0200)
commit5d2bae8b1c2bb8059010ea604e092de9cf3c1baf
tree4e08dc4660c82fa64e4da92e50e7e99698119d25
parent714db3bb819bb7f9f52270f2352b274bba3a9ff4
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)
src/eval.c
src/misc2.c
src/version.c
src/window.c