commit | 67f3094397a40bea051a8e99921a8bf6f45d6147 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sat Dec 17 10:40:15 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 17 10:40:15 2022 +0000 |
tree | deb640240dee7204e5949a060066d34175ebdbcb | |
parent | 9d1184cd1d4ebbfb13859adffec09077a84fd2b2 [diff] [blame] |
patch 9.0.1066: test function name is wrong Problem: Test function name is wrong. Solution: Rename to what is actually being tested. (closes #11712)
diff --git a/src/version.c b/src/version.c index 0d306cc..d8fe154 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1066, +/**/ 1065, /**/ 1064,