commit | 6920c72d4d62c8dc5596e9f392e38204f561d7af | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 22 22:44:10 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 22 22:44:10 2016 +0100 |
tree | c4f6d6718ccad3e1e7769c66a76e91842e3e97f2 | |
parent | 09e786e7a7fc952f43e3f88ba49ab1ac6ef3b3a3 [diff] [blame] |
patch 7.4.1153 Problem: Autocommands triggered by quickfix cannot always get the current title value. Solution: Call qf_fill_buffer() later. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 34cfad4..c964b3c 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1153, +/**/ 1152, /**/ 1151,