commit | c2254764bcada43eea894eb5852a26d5ac5ca8b0 | [log] [tgz] |
---|---|---|
author | Amaan Qureshi <amaanq12@gmail.com> | Fri Feb 24 12:08:45 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 24 12:08:45 2023 +0000 |
tree | 4192fe86fb7bc7bdeb52f4e8e995966e00fa3a05 | |
parent | 3ddb1182b7b8d376e59b444f6b3e213f0dcd3417 [diff] [blame] |
patch 9.0.1350: CPON files are not recognized Problem: CPON files are not recognized. Solution: Add patterns for CPON files. (Amaan Qureshi, closes #12053)
diff --git a/src/version.c b/src/version.c index d9fb764..f4dbd16 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1350, +/**/ 1349, /**/ 1348,