commit | 31e21766d6fb0a386e15ccc8c2192f6a3a210f53 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 10 20:43:59 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 10 20:43:59 2021 +0200 |
tree | 71e7d9773461b533414a2243ce76ded3ec3c371e | |
parent | c323527d67081cfaff22503d1d282495976c7042 [diff] [blame] |
patch 8.2.3138: debugger test fails Problem: Debugger test fails. Solution: Adjust eval command.
diff --git a/src/version.c b/src/version.c index 762f3f8..4c88268 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3138, +/**/ 3137, /**/ 3136,