commit | acc4b5648b49ec13c4f35ee0bf552eda71b0c372 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 24 13:54:45 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 24 13:54:45 2022 +0000 |
tree | 1d39323dfdfb6cec204d7a342dc6a70bf010fb91 | |
parent | 8e4af851fd3eff4b22fca962e5be783742e8f1bb [diff] [blame] |
patch 8.2.4202: Vim9: cannot export function that exists globally Problem: Vim9: cannot export function that exists globally. Solution: When checking if a function already exists only check for script-local functions. (closes #9615)
diff --git a/src/version.c b/src/version.c index 1ba9e1d..99a7555 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4202, +/**/ 4201, /**/ 4200,