commit | 35cb03648f5e29020a31069d3b6cd997e5608619 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Mon Mar 24 20:38:42 2025 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Mon Mar 24 20:38:42 2025 +0100 |
tree | 52ef4d03893229befc0aa82ea156c110162abee7 | |
parent | d2232d70c894178b5120d85a42ce8ec9f9dd9d88 [diff] [blame] |
patch 9.1.1236: tests: test_comments leaves swapfiles around Problem: tests: test_comments leaves swapfiles around Solution: use ':bw!' instead of ':close!' closes: #16955 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index e0a141a..a4b6002 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1236, +/**/ 1235, /**/ 1234,