diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-01-22 22:44:10 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-01-22 22:44:10 +0100 |
commit | 6920c72d4d62c8dc5596e9f392e38204f561d7af (patch) | |
tree | c4f6d6718ccad3e1e7769c66a76e91842e3e97f2 /src/version.c | |
parent | 09e786e7a7fc952f43e3f88ba49ab1ac6ef3b3a3 (diff) | |
download | vim-git-6920c72d4d62c8dc5596e9f392e38204f561d7af.tar.gz |
patch 7.4.1153v7.4.1153
Problem: Autocommands triggered by quickfix cannot always get the current
title value.
Solution: Call qf_fill_buffer() later. (Christian Brabandt)
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 34cfad4df..c964b3cad 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1153, +/**/ 1152, /**/ 1151, |