commit | 26e117e9bcc09926d654b5993d61acde6b5749db | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 04 21:24:15 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 04 21:24:15 2020 +0100 |
tree | e620fa46750dcf8f96c836ec739258850193a9a8 | |
parent | a5edb670dcdeddc8520e012430fb256eb8470f6c [diff] [blame] |
patch 8.2.0206: calling Vim9 function using default argument fails Problem: Calling Vim9 function using default argument fails. Solution: Give an appropriate error. (closes #5572)
diff --git a/src/version.c b/src/version.c index 63461bd..1b8a0a8 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 206, +/**/ 205, /**/ 204,