]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.449 v7.3.449
authorBram Moolenaar <Bram@vim.org>
Wed, 22 Feb 2012 13:58:37 +0000 (14:58 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 22 Feb 2012 13:58:37 +0000 (14:58 +0100)
commit42ec656524db254001caee8feb58d26f67b52fbe
tree1ca4411bcc3addd4cd05a3ed629193c6ca04409c
parentfb7df7be2f7c80428a3379010ca701689c85aa12
updated for version 7.3.449
Problem:    Crash when a BufWinLeave autocommand closes the only other window.
            (Daniel Hunt)
Solution:   Abort closing a buffer when it becomes the only one.
src/buffer.c
src/ex_cmds.c
src/ex_getln.c
src/misc2.c
src/proto/buffer.pro
src/proto/window.pro
src/quickfix.c
src/version.c
src/window.c