]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.551 v7.3.551
authorBram Moolenaar <Bram@vim.org>
Wed, 13 Jun 2012 12:28:20 +0000 (14:28 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 13 Jun 2012 12:28:20 +0000 (14:28 +0200)
commita8596c47724b97822924f5ffe5d50476de31ff4b
tree77bfb95357a498955a7e8b2c8662b5a1b5b76c0d
parente04a48f20413f3f926d26394fad6431795348af7
updated for version 7.3.551
Problem:    When using :tablose a TabEnter autocommand is triggered too early.
            (Karthick)
Solution:   Don't trigger *Enter autocommands before closing the tab.
            (Christian Brabandt)
src/buffer.c
src/eval.c
src/ex_cmds2.c
src/fileio.c
src/proto/window.pro
src/version.c
src/window.c