commit | 5d3c9f8c2a0fc29ba4ac8e0f052378b64d9e3dd3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 26 20:41:39 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 26 20:41:39 2020 +0200 |
tree | cc1bf4386ae5f77819edd0ec2ba966deaf91e267 | |
parent | 5f36d5fbb836e6fdeb9e3b2c26edb88e45150db4 [diff] [blame] |
patch 8.2.1061: insufficient testing for src/window.c Problem: Insufficient testing for src/window.c. Solution: Add more tests. (Yegappan Lakshmanan, closes #6345)
diff --git a/src/version.c b/src/version.c index ca08dff..aef2fe9 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1061, +/**/ 1060, /**/ 1059,