]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0279: Vim9: no test for deleted :def function v8.2.0279
authorBram Moolenaar <Bram@vim.org>
Wed, 19 Feb 2020 14:46:48 +0000 (15:46 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 19 Feb 2020 14:46:48 +0000 (15:46 +0100)
commit63ce4849efa54d3980446ad337d0e1248ec86182
treeb17d139d0c7120682f1689c6f677362b1e880cc6
parent9ae3bbdb960c3bed20a6db75a75a0a567d570bea
patch 8.2.0279: Vim9: no test for deleted :def function

Problem:    Vim9: no test for deleted :def function.
Solution:   Add a test.  Clear uf_cleared flag when redefining a function.
src/testdir/test_vim9_script.vim
src/userfunc.c
src/version.c