commit | cd83173defedc174d064d27a9db9fc190647b74c | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sat Aug 24 17:34:19 2024 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Sat Aug 24 17:34:19 2024 +0200 |
tree | 3124dac4062bc5c49a4e69176cf692aaa1c6c228 | |
parent | a68e34c9933a6dbd38e2ebe7d6bbb7c78302d744 [diff] [blame] |
patch 9.1.0695: tests: test_crash leaves Untitled file around Problem: tests: test_crash leaves Untitled file around Solution: cleanup at the end of the test_crash.vim test file Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index f28c66f..8252d9f 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 695, +/**/ 694, /**/ 693,