commit | 5fb3aabc2b0edd5573e107bb3bc103c348771f61 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Wed Aug 24 16:48:23 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 24 16:48:23 2022 +0100 |
tree | 397cddfbd1c450fac5b69ec91603aa82d1124a9a | |
parent | 753885b6c5b9021184daa94d32fd8bf025f1b488 [diff] [blame] |
patch 9.0.0254: typo in function name Problem: Typo in function name. Solution: Rename the function. (closes #10971)
diff --git a/src/version.c b/src/version.c index 48b75dc..a4787e4 100644 --- a/src/version.c +++ b/src/version.c
@@ -732,6 +732,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 254, +/**/ 253, /**/ 252,