mirror of
https://github.com/neovim/neovim.git
synced 2026-03-30 20:32:08 +00:00
vim-patch:9.1.2103: tests: test_fold.vim leaves swapfiles behind
Problem: tests: test_fold.vim leaves swapfiles behind
Solution: Close open buffer using :bw! instead of :close!
10b272c126
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -1097,7 +1097,7 @@ func Test_fold_expr_error()
|
||||
endfor
|
||||
|
||||
set foldmethod& foldexpr&
|
||||
close!
|
||||
bw!
|
||||
endfunc
|
||||
|
||||
func Test_undo_fold_deletion()
|
||||
|
||||
Reference in New Issue
Block a user