commit | a0a9f43ab24928a0b01b6d91d084bf50a6dbefc2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 28 21:29:34 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 28 21:29:34 2020 +0200 |
tree | 23f7f1885c3c3d3531be9ee598d9ef8e88a1d57e | |
parent | 7ed8f59ae09278c666f1b43488351f9450097372 [diff] [blame] |
patch 8.2.0657: Vim9: no check if called variable is a FuncRef Problem: Vim9: no check if called variable is a FuncRef. Solution: Add a type check.
diff --git a/src/version.c b/src/version.c index ebe266e..eac5c9a 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 657, +/**/ 656, /**/ 655,