diff src/version.c @ 8564:8818bca7a824 v7.4.1572

commit https://github.com/vim/vim/commit/85a7cb4dcf50aa562ff1fc872bfc1b50a5a9e368 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 15 16:53:26 2016 +0100 patch 7.4.1572 Problem: Setting 'compatible' in test influences following tests. Solution: Turn 'compatible' off again.
author Christian Brabandt <cb@256bit.org>
date Tue, 15 Mar 2016 17:00:05 +0100
parents 40b982c98587
children 28e10c1bed22
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -744,6 +744,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1572,
+/**/
     1571,
 /**/
     1570,