commit | e5eae82bb7199bd71c6216269e78c69e9a793c8f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 08 16:30:16 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 08 16:30:16 2022 +0000 |
tree | 25441436f9c6d661953b6e1c13a5319eb7eca022 | |
parent | 83c43ab319f4c4a9d03c65648b4f0df4298a7f93 [diff] [blame] |
patch 9.0.1034: reporting swap file when windows are split Problem: Reporting swap file when windows are split. Solution: Close extra windows after running a test.
diff --git a/src/version.c b/src/version.c index fa65352..f8977bc 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1034, +/**/ 1033, /**/ 1032,