]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.545 v7.3.545
authorBram Moolenaar <Bram@vim.org>
Wed, 6 Jun 2012 17:02:45 +0000 (19:02 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 6 Jun 2012 17:02:45 +0000 (19:02 +0200)
commit362ce4804819f39d5a4a21923577f3ccc59c8ad5
tree7c3d79ed0e4334faa016c4ecaa97b3a00183b608
parent3b53dfb3b0743af7d6ae381a766e1bb2018fd01e
updated for version 7.3.545
Problem:    When closing a window or buffer autocommands may close it too,
            causing problems for where the autocommand was invoked from.
Solution:   Add the w_closing and b_closing flags.  When set disallow ":q" and
            ":close" to prevent recursive closing.
src/buffer.c
src/ex_docmd.c
src/structs.h
src/version.c
src/window.c