mirror of
https://github.com/neovim/neovim.git
synced 2026-05-06 16:29:57 -04: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! https://github.com/vim/vim/commit/10b272c126e906b6bab3621b162ae7faea42472a 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