summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-06-06 18:03:07 +0200
committerBram Moolenaar <Bram@vim.org>2012-06-06 18:03:07 +0200
commit3b53dfb3b0743af7d6ae381a766e1bb2018fd01e (patch)
tree41df451925805c0f5e3fa03fa55e7fd252ae7c42 /src/version.c
parentab984db2969c3f522eb4da694a954cbe6cec7797 (diff)
downloadvim-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.c2
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,