diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-03-21 13:56:10 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-03-22 18:42:59 +0100 |
commit | 89abed7d852518528051c1c0fdf84d34d3d8c2d5 (patch) | |
tree | 55d8c05a0da4835e4e3868508276ad4d54556072 | |
parent | cd9fc4627ecf4d675e2c221b614cc2eb40aabf9c (diff) | |
download | rneovim-89abed7d852518528051c1c0fdf84d34d3d8c2d5.tar.gz rneovim-89abed7d852518528051c1c0fdf84d34d3d8c2d5.tar.bz2 rneovim-89abed7d852518528051c1c0fdf84d34d3d8c2d5.zip |
vim-patch:8.0.0032
Problem: Tests may change the input file when something goes wrong.
Solution: Avoid writing the input file.
https://github.com/vim/vim/commit/3e8474dd50f64c998bb665ce852f584a58dede6b
-rw-r--r-- | src/nvim/testdir/test_tabpage.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_tabpage.vim b/src/nvim/testdir/test_tabpage.vim index 7c3039ba24..c2aadcea6e 100644 --- a/src/nvim/testdir/test_tabpage.vim +++ b/src/nvim/testdir/test_tabpage.vim @@ -11,6 +11,7 @@ function Test_tabpage() 0tabnew 1tabnew $tabnew + %del tabdo call append(line('$'), tabpagenr()) tabclose! 2 tabrewind |