commit | 0f769815c82bf93812842e1ad56fcc52c10ff3e5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 12 18:32:34 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 12 18:32:34 2020 +0200 |
tree | 73144939f04e2212e621e0fa59959a1d1c66a57f | |
parent | b00ef0508b22905379953a164bdb4300015d3705 [diff] [blame] |
patch 8.2.1667: local function name cannot shadow a global function name Problem: Local function name cannot shadow a global function name. Solution: Ignore global functions when checking a script-local or scoped function name. (closes #6926)
diff --git a/src/version.c b/src/version.c index 596f38d..b225f74 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1667, +/**/ 1666, /**/ 1665,