diff src/version.c @ 7701:075810b0cb6c v7.4.1149

commit https://github.com/vim/vim/commit/d6357e8f93c50f984ffd69c3a0d247d8603f86c3 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 21 21:48:09 2016 +0100 patch 7.4.1149 Problem: Using the local value of 'errorformat' causes more problems than it solves. Solution: Revert 7.4.1013.
author Christian Brabandt <cb@256bit.org>
date Thu, 21 Jan 2016 22:00:04 +0100
parents 854302b82ff9
children 39251e981d1f
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 */
 /**/
+    1149,
+/**/
     1148,
 /**/
     1147,