commit | 1df8b3fb04ce8732a0be680273c95eb4e9f5e85d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 23 18:13:23 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 23 18:13:23 2020 +0200 |
tree | 7beae0ff7191aac51a9ac83ba04226296f9fb6ec | |
parent | a72cfb80cd7aa589ad2a4fb8766ed6d30ea8ae33 [diff] [blame] |
patch 8.2.0625: Vim9: confusing error when calling unknown function Problem: Vim9: confusing error when calling unknown function. Solution: Give error while compiling.
diff --git a/src/version.c b/src/version.c index 86cfce0..da1c243 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 625, +/**/ 624, /**/ 623,