commit | b0221819f3f7cf5cd526338070ea30b59d69315b | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Thu Oct 26 23:15:44 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Thu Oct 26 23:15:44 2023 +0200 |
tree | c5dbe21d75479f349297efdef9d5749db026ed98 | |
parent | 7b7cda67a1246874520b280277d9b1447e1a7ef5 [diff] [blame] |
patch 9.0.2073: typo in quickfix.c comments Problem: typo in quickfix.c comments Solution: fix them closes: #13422 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
diff --git a/src/version.c b/src/version.c index 85db1c6..ec86352 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2073, +/**/ 2072, /**/ 2071,