1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2012-12-05 19:13:18 +01:00
parent 34feacbcce
commit 21691f896a
4 changed files with 7 additions and 3 deletions

View File

@@ -725,6 +725,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
753,
/**/
752,
/**/