commit | b15cf44c1d9c92a2ac07cff415071e31a9ad88fa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 16 15:49:43 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 16 15:49:43 2021 +0000 |
tree | 911c4c8fd16c1d423770f48a6960a434b535afaf | |
parent | 52797bae1710621926c03a2611c40a692c96fb44 [diff] [blame] |
patch 8.2.3826: Vim9: using "g:Func" as funcref doesn't work in :def function Problem: Vim9: using "g:Func" as a funcref does not work in a :def function. Solution: Include "g:" in the function name. (closes #9336)
diff --git a/src/version.c b/src/version.c index d1b667a..633ebf0 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3826, +/**/ 3825, /**/ 3824,