]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2324 v7.4.2324
authorBram Moolenaar <Bram@vim.org>
Sun, 4 Sep 2016 17:50:54 +0000 (19:50 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Sep 2016 17:50:54 +0000 (19:50 +0200)
commite0ab94e7123ca7855f45919114d948ef2bc1e8c3
tree868d44c51ca94d1aade6e80cf07617acc1448f80
parentd77f9d595eb5f301b39b4373f2900a13c0ca30e2
patch 7.4.2324
Problem:    Crash when editing a new buffer and BufUnload autocommand wipes
            out the new buffer. (Norio Takagi)
Solution:   Don't allow wiping out this buffer. (partly by Hirohito Higashi)
            Move old style test13 into test_autocmd. Avoid ml_get error when
            editing a file.
src/Makefile
src/buffer.c
src/ex_cmds.c
src/ex_docmd.c
src/structs.h
src/testdir/Make_all.mak
src/testdir/test13.in [deleted file]
src/testdir/test13.ok [deleted file]
src/testdir/test_autocmd.vim
src/version.c
src/window.c