From 85a7cb4dcf50aa562ff1fc872bfc1b50a5a9e368 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 15 Mar 2016 16:53:26 +0100 Subject: [PATCH] patch 7.4.1572 Problem: Setting 'compatible' in test influences following tests. Solution: Turn 'compatible' off again. --- src/testdir/test_backspace_opt.vim | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/testdir/test_backspace_opt.vim b/src/testdir/test_backspace_opt.vim index 5793e3486..f80e831e9 100644 --- a/src/testdir/test_backspace_opt.vim +++ b/src/testdir/test_backspace_opt.vim @@ -53,6 +53,7 @@ func Test_backspace_option() " Cleared when 'compatible' is set set compatible call assert_equal('', &backspace) + set nocompatible endfunc " vim: tabstop=2 shiftwidth=0 expandtab diff --git a/src/version.c b/src/version.c index 944ffea31..51068b432 100644 --- a/src/version.c +++ b/src/version.c @@ -743,6 +743,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1572, /**/ 1571, /**/ -- 2.50.1