commit | 5b3d1bb0f5180266c4de4d815b3ea856a2fb3519 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 22 12:20:08 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 22 12:20:08 2020 +0100 |
tree | 2effbeb3391d960098a300e47d0c2a7d17100fff | |
parent | c882e4d169fd5e0364bc91642040337efe7327a6 [diff] [blame] |
patch 8.2.2186: Vim9: error when using 'opfunc' Problem: Vim9: error when using 'opfunc'. Solution: Do not expect a return value from 'opfunc'. (closes #7510)
diff --git a/src/version.c b/src/version.c index d18033e..a99765c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2186, +/**/ 2185, /**/ 2184,