diff src/version.c @ 6793:e1d59836eecc v7.4.718

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.
author Bram Moolenaar <bram@vim.org>
date Mon, 04 May 2015 12:34:22 +0200
parents 1805e45ce4d6
children adb3699fa30c
line wrap: on
line diff
--- 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 */
 /**/
+    718,
+/**/
     717,
 /**/
     716,