mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 12:28:18 +00:00
vim-patch:8.0.0032
Problem: Tests may change the input file when something goes wrong.
Solution: Avoid writing the input file.
3e8474dd50
This commit is contained in:
@@ -11,6 +11,7 @@ function Test_tabpage()
|
|||||||
0tabnew
|
0tabnew
|
||||||
1tabnew
|
1tabnew
|
||||||
$tabnew
|
$tabnew
|
||||||
|
%del
|
||||||
tabdo call append(line('$'), tabpagenr())
|
tabdo call append(line('$'), tabpagenr())
|
||||||
tabclose! 2
|
tabclose! 2
|
||||||
tabrewind
|
tabrewind
|
||||||
|
Reference in New Issue
Block a user