]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2315: Vim9: "enddef" as dict key misintepreted as function end v8.2.2315
authorBram Moolenaar <Bram@vim.org>
Fri, 8 Jan 2021 20:55:26 +0000 (21:55 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 8 Jan 2021 20:55:26 +0000 (21:55 +0100)
commit832ea89ca90cdff019ee7cf31d5c44bfa164313a
tree64270a81fd132589a82c30d6b70dfaae2393649e
parent299f3036ec21cc9735846b2e0dfdfc5a78b26c1c
patch 8.2.2315: Vim9: "enddef" as dict key misintepreted as function end

Problem:    Vim9: "enddef" as dict key misintepreted as function end.
Solution:   Check for following colon. (closes #7640)
src/testdir/test_vim9_func.vim
src/userfunc.c
src/version.c