commit | 9c4f55204fdf8909f4e3515a32a542044bf9f943 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 25 21:47:28 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 25 21:47:28 2020 +0200 |
tree | a7cedf6b40ddbe0abf29bbeb4f8fecf3431c0567 | |
parent | 509f8031b2b347c033327ef33f3e5573a0595dbc [diff] [blame] |
patch 8.2.1739: Vim9: crash when compiling a manually defined function Problem: Vim9: crash when compiling a manually defined function. (Antony Scriven) Solution: Check that the script ID is positive. (closes #7012)
diff --git a/src/version.c b/src/version.c index 0b3c5f5..374f5a1 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1739, +/**/ 1738, /**/ 1737,