diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-10-12 17:52:42 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-10-12 17:52:42 +0200 |
commit | 3e8474dd50f64c998bb665ce852f584a58dede6b (patch) | |
tree | 912cd7f7d24358c82ae052aa060742232b6a017b /src/testdir/test_tabpage.vim | |
parent | e8ef3a093453b73594e15462d4de50b011c8ba66 (diff) | |
download | vim-git-3e8474dd50f64c998bb665ce852f584a58dede6b.tar.gz |
patch 8.0.0032v8.0.0032
Problem: Tests may change the input file when something goes wrong.
Solution: Avoid writing the input file.
Diffstat (limited to 'src/testdir/test_tabpage.vim')
-rw-r--r-- | src/testdir/test_tabpage.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_tabpage.vim b/src/testdir/test_tabpage.vim index 4bee7956d..3f69fb919 100644 --- a/src/testdir/test_tabpage.vim +++ b/src/testdir/test_tabpage.vim @@ -11,6 +11,7 @@ function Test_tabpage() 0tabnew 1tabnew $tabnew + %del tabdo call append(line('$'), tabpagenr()) tabclose! 2 tabrewind |