commit | c3a27bbd53a4653c2d8122a047a4cf2cfc52ed21 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 13 15:16:01 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 13 15:16:01 2021 +0200 |
tree | 8ee330a78cb0694dbbd4b5e3e001b1d820345c03 | |
parent | 6d1792d4085c9905c9da6ff27065b57cb7cddc57 [diff] [blame] |
patch 8.2.2988: Vim9: debugger test fails Problem: Vim9: debugger test fails. Solution: Get the debugger instructions when needed.
diff --git a/src/version.c b/src/version.c index 2800cf4..61a5f0d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2988, +/**/ 2987, /**/ 2986,