1
0
forked from aniani/vim

patch 8.2.1290: Vim9: cannot replace a global function

Problem:    Vim9: cannot replace a global function.
Solution:   Allow for "!" on a global function. (closes #6524)  Also fix that
            :delfunc on a :def function only made it empty.
This commit is contained in:
Bram Moolenaar
2020-07-25 15:41:11 +02:00
parent c841afff6a
commit 925e9fd633
3 changed files with 59 additions and 6 deletions

View File

@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1290,
/**/
1289,
/**/