commit | ae1068afde6dfc6fd3e3f54512dbd089e1559053 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 25 19:43:44 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 25 19:43:44 2021 +0000 |
tree | c684e064f5c464b4e275190bedff17cfea8d9d1a | |
parent | 223d0a6bc8dc68039ceb6660de9576fafe178d73 [diff] [blame] |
patch 8.2.3895: Vim9: confusing error when using function() with a number Problem: Vim9: confusing error when using function() with a number. Solution: Check for a function or string argument.
diff --git a/src/version.c b/src/version.c index c4e4ad0..80d92fc 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3895, +/**/ 3894, /**/ 3893,