commit | 925e9fd6339981c1015410e1b6a6dd19e34f36cc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 25 15:41:11 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 25 15:41:11 2020 +0200 |
tree | 8dde93c048e748625c3014eeeab243b7af3804cf | |
parent | c841afff6a89592f23710c6da5b0fea89b240937 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 0bd3cb2..20365a0 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1290, +/**/ 1289, /**/ 1288,