commit | 310091d20f26f6472fefc31e19004684f3d640bf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 23 21:14:37 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 23 21:14:37 2021 +0000 |
tree | 1dec60ebe330d47eac374e22c2168cb9c06d038d | |
parent | 28fbbeac7046f33db350294908eecb380042d553 [diff] [blame] |
patch 8.2.3878: Vim9: debugger tries to read more lines than there are Problem: Vim9: debugger tries to read more lines than there are. Solution: Check the number of lines. (closes #9394)
diff --git a/src/version.c b/src/version.c index e310f76..e9d77a9 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3878, +/**/ 3877, /**/ 3876,