commit | afa048f0d4b5d63f2192c9ba340a9eb8b0822985 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 22 20:43:36 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 22 20:43:36 2022 +0000 |
tree | 1ee615badc0dc451a01bbe90a887c3d4460dd2d9 | |
parent | fe73255c92b6cb54851f82fa32458340b736298d [diff] [blame] |
patch 8.2.4447: Vim9: can still use s:var in a compiled function Problem: Vim9: can still use s:var in a compiled function. Solution: Disallow using s:var for Vim9 script. (closes #9824)
diff --git a/src/version.c b/src/version.c index 253cbe8..97a8f6e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4447, +/**/ 4446, /**/ 4445,