commit | 60dc8274e9f8c6a20d54efebc7a8752fe062eead | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 29 22:48:54 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 29 22:48:54 2021 +0200 |
tree | eff557ff1c6ff0338d5271c8c62d3b6516d5abf2 | |
parent | 921ba529266c8dfc0809d41e1f084e26d25fffb1 [diff] [blame] |
patch 8.2.3249: Vim9: error for re-imported function with default argument Problem: Vim9: error for re-imported function with default argument. Solution: Do not check argument type if it is still unknown. (closes #8653)
diff --git a/src/version.c b/src/version.c index 9510569..33f4196 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3249, +/**/ 3248, /**/ 3247,