commit | 848faddb870f3ba4d84fcacd1cccb5cdbbfd9c41 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 30 15:28:30 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 30 15:28:30 2022 +0000 |
tree | 2215ac87eeddd465bb8339ca6654a4edde1efd52 | |
parent | 06011e1a55f32e47fe0af4bd449be6f0e3ff0814 [diff] [blame] |
patch 8.2.4260: Vim9: can still use a global function without g: Problem: Vim9: can still use a global function without g: at the script level. Solution: Also check for g: at the script level. (issue #9637)
diff --git a/src/version.c b/src/version.c index 5a99b06..f696b30 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4260, +/**/ 4259, /**/ 4258,