]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2006 v7.4.2006
authorBram Moolenaar <Bram@vim.org>
Sat, 9 Jul 2016 13:21:02 +0000 (15:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 9 Jul 2016 13:21:02 +0000 (15:21 +0200)
commit30445cb6e94698d212ba866ef3e4022ac625540a
tree70ded697cac9ceb7da59dcb6ab3b706e90c9dc1c
parentee1deb4a00f39f133558321ec535354497f490c8
patch 7.4.2006
Problem:    Crash when using tabnext in BufUnload autocmd. (Norio Takagi)
Solution:   First check that the current buffer is the right one. (Hirohito
            Higashi)
src/buffer.c
src/testdir/test_autocmd.vim
src/version.c