commit | 761fdf01c6e307c448cec2684f8b315ba6d1f454 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 05 23:10:16 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 05 23:10:16 2019 +0200 |
tree | 50681151a6b3ef1d9615fb3b881fc75ef257d20e | |
parent | 1b6d9c4215a56f3dda4df6e05d655c853551ffbd [diff] [blame] |
patch 8.1.1820: using expr->FuncRef() does not work Problem: Using expr->FuncRef() does not work. Solution: Make FuncRef work as a method.
diff --git a/src/version.c b/src/version.c index 76bb414..b0d9481 100644 --- a/src/version.c +++ b/src/version.c
@@ -774,6 +774,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1820, +/**/ 1819, /**/ 1818,