commit | 85a7cb4dcf50aa562ff1fc872bfc1b50a5a9e368 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 16:53:26 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 16:53:26 2016 +0100 |
tree | de42754a4572420dc046ffe073cde3b300deb753 | |
parent | 8e15ffcde757ffc6cfe8b5e384948b3278e9af33 [diff] [blame] |
patch 7.4.1572 Problem: Setting 'compatible' in test influences following tests. Solution: Turn 'compatible' off again.
diff --git a/src/version.c b/src/version.c index 944ffea..51068b4 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1572, +/**/ 1571, /**/ 1570,