commit | e30f64b4b551bb00318dc09c2f13ecd3d711119a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 15 19:48:20 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 15 19:48:20 2020 +0200 |
tree | fa813a172dc7303e8f421b347b9717895b4ae845 | |
parent | 657a826c07b4ea3f8846b6acb2c50b82c2d81e50 [diff] [blame] |
patch 8.2.1223: Vim9: invalid type error for function default value Problem: Vim9: invalid type error for function default value. Solution: Use right argument index. (closes #6458)
diff --git a/src/version.c b/src/version.c index 558a73e..92cbe50 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1223, +/**/ 1222, /**/ 1221,