commit | 961b2e54bdbe1c06e4bf8ccf7a7e3deb129b45de | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Mon Apr 17 15:53:24 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 17 15:53:24 2023 +0100 |
tree | b031a7ff41162ab767a027ceadfc7442e1755a87 | |
parent | e7d49465a4ad390c1b0fb6d6b97bc30241fe5db9 [diff] [blame] |
patch 9.0.1460: insufficient testing for getcmdcompltype() Problem: Insufficient testing for getcmdcompltype(). Solution: Add a few more test cases. (closes #12268)
diff --git a/src/version.c b/src/version.c index 0b3c80e..4f54fab 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1460, +/**/ 1459, /**/ 1458,