commit | 5082471f91dd42ed8c35e0f649d0a6572e6fe3fc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 20 21:10:17 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 20 21:10:17 2020 +0100 |
tree | fd05e598235e59d9db8c9565ef2429fb181a2a38 | |
parent | 61e07b2394e12f757160cac421ec5c45dc4c074d [diff] [blame] |
patch 8.2.2172: Vim9: number of arguments is not always checked Problem: Vim9: number of arguments is not always checked. (Yegappan Lakshmanan) Solution: Check number of arguments when calling function by name.
diff --git a/src/version.c b/src/version.c index d149c9b..f374d43 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2172, +/**/ 2171, /**/ 2170,