mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00

Problem: tests: test_search leaves a few swapfiles behind
Solution: Use :bw! instead of :close to close the swapfile at the end of
the test.
related: vim/vim#17933
a2bb21a895
Co-authored-by: Christian Brabandt <cb@256bit.org>