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/testdir/test_backspace_opt.vim b/src/testdir/test_backspace_opt.vim index 5793e34..f80e831 100644 --- a/src/testdir/test_backspace_opt.vim +++ b/src/testdir/test_backspace_opt.vim
@@ -53,6 +53,7 @@ " Cleared when 'compatible' is set set compatible call assert_equal('', &backspace) + set nocompatible endfunc " vim: tabstop=2 shiftwidth=0 expandtab