commit | 3d0da09bb2d31afc611bf1c4b35796739d87ed63 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 02 17:28:57 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 02 17:28:57 2022 +0000 |
tree | 9f0d47a106831484fbcc3b2f9ce294b80152a727 | |
parent | eaaac014a01ce37c1f86dbda054c01a5c6f034e7 [diff] [blame] |
patch 8.2.3984: debugger test fails Problem: Debugger test fails. Solution: Adjust the test for modified debugging of a for loop.
diff --git a/src/version.c b/src/version.c index 77c6f12..597913f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3984, +/**/ 3983, /**/ 3982,