commit | 04c4ce650f9e533cd35b2aa6803f4d354d3ec7aa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 15:45:58 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 15:45:58 2016 +0200 |
tree | 3484a7ef69b069bfb55f45aa2d241f62b64f6444 | |
parent | 0874a83e9be1b39fdb217f02b427bf1d6133a4d8 [diff] [blame] |
patch 7.4.2299 Problem: QuickFixCmdPre and QuickFixCmdPost autocommands are not always triggered. Solution: Also trigger on ":expr", ":cbuffer", etc. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 87e401b..a3ba5cc 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2299, +/**/ 2298, /**/ 2297,