commit | f7d267ef20a38eb316915b91cb5a89021555f9d8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 17 12:04:54 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 17 12:04:54 2020 +0200 |
tree | f416f8f5757f6835463395ef1a2a11bec18384d3 | |
parent | 101f4810e27e432970bc8809e18f018e1795937f [diff] [blame] |
patch 8.2.0993: Vim9 script test fails with normal features Problem: Vim9 script test fails with normal features. Solution: Use :func instead of :def for now.
diff --git a/src/version.c b/src/version.c index c1d8ca0..c97a089 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 993, +/**/ 992, /**/ 991,