commit | 15e5e53ef29a457126f7c699931ab5842431f2ea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 07 21:21:13 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 07 21:21:13 2021 +0200 |
tree | 53630cc1e055063999dd34c68d8c77fbd03105ea | |
parent | 130cbfc31235c6cb52ffe718ea0a5bb50fbbc9fd [diff] [blame] |
patch 8.2.2734: Vim9: cannot use legacy script-local var from :def function Problem: Vim9: cannot use legacy script-local var from :def function. Solution: Do not insist on using "s:" prefix. (closes #8076)
diff --git a/src/version.c b/src/version.c index 58d6d9f..4eea2f1 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2734, +/**/ 2733, /**/ 2732,