diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-06-17 22:27:48 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-06-17 22:27:48 +0200 |
commit | 59b50c3bee908694ae4ac10b26bfebf99d09d466 (patch) | |
tree | 0dbb7bdcf646242341a1ead0465439b8e7653ff8 /src/version.c | |
parent | fae55a9cb0838e4c2e634e55a3468af4a75fbdf2 (diff) | |
download | vim-git-59b50c3bee908694ae4ac10b26bfebf99d09d466.tar.gz |
patch 8.2.3017: Vim9: debugger shows too many linesv8.2.3017
Problem: Vim9: debugger shows too many lines.
Solution: Truncate at a comment, "enddef", etc. (closes #8392)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index a03b3fe13..69aa0e7f5 100644 --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3017, +/**/ 3016, /**/ 3015, |