commit | e7d49465a4ad390c1b0fb6d6b97bc30241fe5db9 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sun Apr 16 20:53:55 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 16 20:53:55 2023 +0100 |
tree | 1ad57eac5490d8d424696ab81b15a7c2a256cfcd | |
parent | a77670726e3706973adffc2b118f4576e1f58ea0 [diff] [blame] |
patch 9.0.1459: typo in name of type Problem: Typo in name of type. Solution: Change funccal_T to funccall_T. (closes #12265)
diff --git a/src/version.c b/src/version.c index 018fcf5..0b3c80e 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1459, +/**/ 1458, /**/ 1457,