commit | dfa3d5524e816c1ff7f603f9f3b7703a53a0f822 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 10 22:05:08 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 10 22:05:08 2020 +0200 |
tree | 1e6da35d73a37b3062aca8c408279b0b6391e13e | |
parent | 895a7a472d2eb4413e63cdad3213cb1ef1633458 [diff] [blame] |
patch 8.2.1656: Vim9: callstack wrong if :def function calls :def function Problem: Vim9: callstack wrong if :def function calls :def function. Solution: Set the line number before calling. (closes #6914)
diff --git a/src/version.c b/src/version.c index 2628ed6..7aa35c2 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1656, +/**/ 1655, /**/ 1654,