commit | c4ec338fb80ebfb5d631f0718fdd1a1c04d9ed82 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 09 16:40:18 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 09 16:40:18 2021 +0000 |
tree | 7d7f953f0a5a9de830e4a972f08d92fdf25be4ef | |
parent | dcb53be4418fe263a71c7738315241031df6c986 [diff] [blame] |
patch 8.2.3766: converting a funcref to a string leaves out "g:" Problem: Converting a funcref to a string leaves out "g:", causing the meaning of the name depending on the context. Solution: Prepend "g:" for a global function.
diff --git a/src/version.c b/src/version.c index 083c111..0199aca 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3766, +/**/ 3765, /**/ 3764,