commit | 2914a20abc78d4ace94d48d6e6ab9f0da894dd7e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 27 18:24:03 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 27 18:24:03 2020 +0200 |
tree | 59070396b3a596283041c77e643125e29efd70bc | |
parent | 37ce6d3a6ab7c7864de6788feb67377e8bbffa63 [diff] [blame] |
patch 8.2.1760: Vim9: crash when end marker is missing Problem: Vim9: crash when end marker is missing. (Dhiraj Mishra) Solution: Check for end of function lines. (closes #7031)
diff --git a/src/version.c b/src/version.c index fe73a92..7205343 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1760, +/**/ 1759, /**/ 1758,