Skip to content

Commit 85a7cb4

Browse files
committed
patch 7.4.1572
Problem: Setting 'compatible' in test influences following tests. Solution: Turn 'compatible' off again.
1 parent 8e15ffc commit 85a7cb4

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/testdir/test_backspace_opt.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ func Test_backspace_option()
5353
" Cleared when 'compatible' is set
5454
set compatible
5555
call assert_equal('', &backspace)
56+
set nocompatible
5657
endfunc
5758

5859
" vim: tabstop=2 shiftwidth=0 expandtab

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,8 @@ static char *(features[]) =
743743

744744
static int included_patches[] =
745745
{ /* Add new patch number below this line */
746+
/**/
747+
1572,
746748
/**/
747749
1571,
748750
/**/

0 commit comments

Comments
 (0)