]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2223: Vim9: Reloading marks a :def function as deleted v8.2.2223
authorBram Moolenaar <Bram@vim.org>
Sat, 26 Dec 2020 16:43:08 +0000 (17:43 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 26 Dec 2020 16:43:08 +0000 (17:43 +0100)
commitcdc40c43f1008bda2f173d3a13606236679e8067
tree8011e2a4138c2596e318f2a8798eebea481fb6ad
parent2b32700dabf392566d8e9fef76e0d587a891ee3e
patch 8.2.2223: Vim9: Reloading marks a :def function as deleted

Problem:    Vim9: Reloading marks a :def function as deleted.
Solution:   Clear the function contents but keep the index.
runtime/doc/vim9.txt
src/testdir/test_vim9_script.vim
src/userfunc.c
src/version.c
src/vim9compile.c