]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2328 v7.4.2328
authorBram Moolenaar <Bram@vim.org>
Sun, 4 Sep 2016 19:33:09 +0000 (21:33 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Sep 2016 19:33:09 +0000 (21:33 +0200)
commitf9e687e0681a250e1549ab27b6c7ef2c500395e3
treedf8b0ef0bc7020120472d3f1752d27ff8e869f73
parentc8fe338d64cc6183c03d4c12b1e036a7745e2932
patch 7.4.2328
Problem:    Crash when BufWinLeave autocmd goes to another tab page. (Hirohito
            Higashi)
Solution:   Make close_buffer() go back to the right window.
src/buffer.c
src/testdir/test_autocmd.vim
src/version.c