commit | 16c6232cad40af37f37dc9c561392b7761b9e229 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 13 19:20:04 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 13 19:20:04 2020 +0200 |
tree | 46b055ed30b8cbb58b4c0f43c7a7b77e4b58c63e | |
parent | b96a32ef1a95dd4ebf9413d686bccb1b4645f74b [diff] [blame] |
patch 8.2.1440: debugger code insufficiently tested Problem: Debugger code insufficiently tested. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #6700)
diff --git a/src/version.c b/src/version.c index 2955eb0..dc72eb1 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1440, +/**/ 1439, /**/ 1438,