commit | bb5d27dc79187ff3bd51734946a4c8418989a218 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sun Jul 14 16:03:41 2024 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Sun Jul 14 16:03:41 2024 +0200 |
tree | 1d5c1eee46f167b708d6609b2e3273de5a1914f8 | |
parent | b3b2beea5e170f1ea39dd9a6a6bc110c36527778 [diff] [blame] |
patch 9.1.0585: tests: test_cpoptions leaves swapfiles around Problem: tests: test_cpoptions leaves swapfiles around Solution: Use :bw! instead of :close! Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index c0fdd46..15b8deb 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 585, +/**/ 584, /**/ 583,