From: Christian Brabandt Date: Wed, 21 Jan 2026 19:54:47 +0000 (+0000) Subject: patch 9.1.2103: tests: test_fold.vim leaves swapfiles behind X-Git-Tag: v9.1.2103^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10b272c126e906b6bab3621b162ae7faea42472a;p=thirdparty%2Fvim.git 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! Signed-off-by: Christian Brabandt --- diff --git a/src/testdir/test_fold.vim b/src/testdir/test_fold.vim index 56b6aaece0..7639885584 100644 --- a/src/testdir/test_fold.vim +++ b/src/testdir/test_fold.vim @@ -1091,7 +1091,7 @@ func Test_fold_expr_error() endfor set foldmethod& foldexpr& - close! + bw! endfunc func Test_undo_fold_deletion() diff --git a/src/version.c b/src/version.c index b893c9ad25..47ae372a42 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2103, /**/ 2102, /**/