commit | 38453528c3372293d70c8e85471a6188749ff331 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 28 22:00:12 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 28 22:00:12 2021 +0000 |
tree | 679fbad0caafa109c03d9636677e4aeb180af699 | |
parent | f566666e888685b6442a0e7f34c73ba56f6db49a [diff] [blame] |
patch 8.2.3692: Vim9: cannot use :func inside a :def function Problem: Vim9: cannot use :func inside a :def function. Solution: Make it work.
diff --git a/src/version.c b/src/version.c index e7f2c74..90021be 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3692, +/**/ 3691, /**/ 3690,