mirror of
https://github.com/neovim/neovim.git
synced 2026-04-26 09:14:15 +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
|
endfor
|
||||||
|
|
||||||
set foldmethod& foldexpr&
|
set foldmethod& foldexpr&
|
||||||
close!
|
bw!
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_undo_fold_deletion()
|
func Test_undo_fold_deletion()
|
||||||
|
|||||||
Reference in New Issue
Block a user