diff src/version.c @ 7710:bf58e9f8d52a v7.4.1153

commit https://github.com/vim/vim/commit/6920c72d4d62c8dc5596e9f392e38204f561d7af Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 22 22:44:10 2016 +0100 patch 7.4.1153 Problem: Autocommands triggered by quickfix cannot always get the current title value. Solution: Call qf_fill_buffer() later. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Fri, 22 Jan 2016 22:45:05 +0100
parents 1a595b2a4d5e
children bce3b5ddb393
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 */
 /**/
+    1153,
+/**/
     1152,
 /**/
     1151,