diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-06-06 18:03:07 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-06-06 18:03:07 +0200 |
commit | 3b53dfb3b0743af7d6ae381a766e1bb2018fd01e (patch) | |
tree | 41df451925805c0f5e3fa03fa55e7fd252ae7c42 /src/version.c | |
parent | ab984db2969c3f522eb4da694a954cbe6cec7797 (diff) | |
download | vim-3b53dfb3b0743af7d6ae381a766e1bb2018fd01e.zip |
updated for version 7.3.544
Problem: There is no good way to close a quickfix window when closing the
last ordinary window.
Solution: Add the QuitPre autocommand.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 9a573a0a6..8f98f51fe 100644 --- a/src/version.c +++ b/src/version.c @@ -715,6 +715,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 544, +/**/ 543, /**/ 542, |