]> granicus.if.org Git - vim/commit
patch 8.2.2264: Vim9: no error for mismatched :endfunc or :enddef v8.2.2264
authorBram Moolenaar <Bram@vim.org>
Fri, 1 Jan 2021 17:43:51 +0000 (18:43 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 1 Jan 2021 17:43:51 +0000 (18:43 +0100)
commit5178b1b02fc96f42d62199a4be9184c2aea8a49a
tree19f56b937a4af6ca509310d6b03a49aa830dd48c
parent69f7050cebb0f069d6e39571961b9bbe8531c69a
patch 8.2.2264: Vim9: no error for mismatched :endfunc or :enddef

Problem:    Vim9: no error for mismatched :endfunc or :enddef.
Solution:   Check for the mismatch. (issue #7582)
src/errors.h
src/testdir/test_vim9_func.vim
src/userfunc.c
src/version.c