commit | 333894b195479c9304a19f4e6ec1a9c09ecf07e4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 01 18:53:07 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 01 18:53:07 2020 +0200 |
tree | f3d51abe5fcb010185d6b471f1100df09745f0a3 | |
parent | f5a48010ef9e47319185f1aaac1bc6d45cd4d47a [diff] [blame] |
patch 8.2.1343: Vim9: cannot find global function when using g: Problem: Vim9: cannot find global function when using g: when local function with the same name exists. Solution: Find global function when using g:.
diff --git a/src/version.c b/src/version.c index 021487d..33274ac 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1343, +/**/ 1342, /**/ 1341,