commit | 112bed0cbeac84f73dca2682c5c2d74fabe1114d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 23 22:16:34 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 23 22:16:34 2021 +0000 |
tree | eb4d564d98070788bdf351e7fc026224f6d5dbfc | |
parent | 65259b5c6a8ad4edaf6eeb8dbb7b50342c64d403 [diff] [blame] |
patch 8.2.3657: Vim9: debug text misses one line of return statement Problem: Vim9: debug text misses one line of return statement. Solution: Add a line when not at a debug instruction. (closes #9137)
diff --git a/src/version.c b/src/version.c index e479630..baca0af 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3657, +/**/ 3656, /**/ 3655,