]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.753 v7.3.753
authorBram Moolenaar <Bram@vim.org>
Wed, 5 Dec 2012 18:13:18 +0000 (19:13 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 5 Dec 2012 18:13:18 +0000 (19:13 +0100)
commit21691f896a49f9bfc63eb1557958e85a7de1adbf
tree071fb4182fcf895899f894e6c3ff081e5c44b341
parent34feacbccea905d3a71ccf9175d872c50f370705
updated for version 7.3.753
Problem:    When there is a QuitPre autocommand using ":q" twice does not work
            for exiting when there are more files to edit.
Solution:   Do not decrement quitmore in an autocommand. (Techlive Zheng)
src/ex_docmd.c
src/fileio.c
src/proto/fileio.pro
src/version.c