]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1760: Vim9: crash when end marker is missing v8.2.1760
authorBram Moolenaar <Bram@vim.org>
Sun, 27 Sep 2020 16:24:03 +0000 (18:24 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 27 Sep 2020 16:24:03 +0000 (18:24 +0200)
commit2914a20abc78d4ace94d48d6e6ab9f0da894dd7e
tree59070396b3a596283041c77e643125e29efd70bc
parent37ce6d3a6ab7c7864de6788feb67377e8bbffa63
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)
src/testdir/test_vim9_assign.vim
src/version.c
src/vim9compile.c