]> granicus.if.org Git - vim/commit
patch 8.2.4168: disallowing empty function name breaks existing plugins v8.2.4168
authorBram Moolenaar <Bram@vim.org>
Fri, 21 Jan 2022 10:32:58 +0000 (10:32 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 21 Jan 2022 10:32:58 +0000 (10:32 +0000)
commite6a4200ff47708febcd7cb2b8c3dd3801a975d43
tree9405f2a62c629e1a586e79a9ba2c2f056a9130be
parentdd5893be34649482ed62525430fb8baa1ec273ce
patch 8.2.4168: disallowing empty function name breaks existing plugins

Problem:    Disallowing empty function name breaks existing plugins.
Solution:   Allow empty function name in legacy script.
src/testdir/sautest/autoload/foo.vim
src/testdir/test_autoload.vim
src/userfunc.c
src/version.c