commit | 23526d2539e8679ea8df14e3a018101dedc3f391 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 05 15:50:41 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 05 15:50:41 2022 +0000 |
tree | f69bf382a5d0a5087da5efdefa87506eb61157b6 | |
parent | 72b5b0d51aa9ddf8d338a5a133a667a3c2392ae1 [diff] [blame] |
patch 9.0.1010: stray warnings for existing swap files Problem: Stray warnings for existing swap files. Solution: Wipe out the buffer until it has no name and no swap file.
diff --git a/src/version.c b/src/version.c index b2f1bab..b8b3460 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1010, +/**/ 1009, /**/ 1008,