commit | 81278efadf45ad745ec9733fdd9970f070571544 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 04 12:34:22 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 04 12:34:22 2015 +0200 |
tree | 46bc04082fadd173dc3f764f923ca28d79c9bce8 | |
parent | 1cd5e613b0d8947d52762af0e17351d5e49869de [diff] [blame] |
patch 7.4.718 Problem: Autocommands triggered by quickfix cannot get the current title value. Solution: Set w:quickfix_title earlier. (Yannick) Also move the check for a title into the function.
diff --git a/src/version.c b/src/version.c index ee6d301..ab9d100 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 718, +/**/ 717, /**/ 716,