commit | 21691f896a49f9bfc63eb1557958e85a7de1adbf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 05 19:13:18 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 05 19:13:18 2012 +0100 |
tree | 071fb4182fcf895899f894e6c3ff081e5c44b341 | |
parent | 34feacbccea905d3a71ccf9175d872c50f370705 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 435bff4..1bfaa82 100644 --- a/src/version.c +++ b/src/version.c
@@ -726,6 +726,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 753, +/**/ 752, /**/ 751,