diff src/version.c @ 7404:fb61ce5915fc v7.4.1006

commit https://github.com/vim/vim/commit/96c664af27ec9535f2c3cd9b889faad3e9460ad6 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 31 16:21:52 2015 +0100 patch 7.4.1006 Problem: The fix in patch 7.3.192 is not tested. Solution: Add a test, one for each regexp engine. (Elias Diem)
author Christian Brabandt <cb@256bit.org>
date Thu, 31 Dec 2015 16:30:04 +0100
parents 2c63e9ecf29d
children c97735aaef9f
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 */
 /**/
+    1006,
+/**/
     1005,
 /**/
     1004,