]> granicus.if.org Git - vim/commit
patch 8.2.2265: error message for missing endfunc/enddef is last line v8.2.2265
authorBram Moolenaar <Bram@vim.org>
Fri, 1 Jan 2021 17:54:34 +0000 (18:54 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 1 Jan 2021 17:54:34 +0000 (18:54 +0100)
commitb8ba9b919708f44b718c17f1fec85b1df8050a17
tree190e855888a18be913173b5eab36772e9cb15f72
parent5178b1b02fc96f42d62199a4be9184c2aea8a49a
patch 8.2.2265: error message for missing endfunc/enddef is last line

Problem:    Error message for missing endfunc/enddef is last line.
Solution:   Report the line where the function starts. (closes #7582)
src/testdir/test_vim9_func.vim
src/userfunc.c
src/version.c