commit | 4f53b79bf5f8b0de7c6933fd157894ba7a53f35e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 15:59:49 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 15:59:49 2021 +0100 |
tree | 3b13a0798bb2d6d5a006dd69b8b1cd2f517a1788 | |
parent | c3fc75db023f2acd0b82b7eebffd7ed89e8001ed [diff] [blame] |
patch 8.2.2481: Vim9: confusing error when variable arguments have default Problem: Vim9: confusing error when variable arguments have a default value. Solution: Give a specific error message. (closes #7793)
diff --git a/src/version.c b/src/version.c index 871e048..c6f44a4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2481, +/**/ 2480, /**/ 2479,