commit | 59b50c3bee908694ae4ac10b26bfebf99d09d466 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 17 22:27:48 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 17 22:27:48 2021 +0200 |
tree | 0dbb7bdcf646242341a1ead0465439b8e7653ff8 | |
parent | fae55a9cb0838e4c2e634e55a3468af4a75fbdf2 [diff] [blame] |
patch 8.2.3017: Vim9: debugger shows too many lines Problem: Vim9: debugger shows too many lines. Solution: Truncate at a comment, "enddef", etc. (closes #8392)
diff --git a/src/version.c b/src/version.c index a03b3fe..69aa0e7 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3017, +/**/ 3016, /**/ 3015,