commit | 05843e89601c03389a2d7978e7e16aec641a3dc4 | [log] [tgz] |
---|---|---|
author | Jake Stanger <mail@jstanger.dev> | Sun May 28 22:11:21 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 28 22:11:21 2023 +0100 |
tree | 62545504947de84c90452f46fcd0f2256af2f4c9 | |
parent | 78ee62563ea940086f094150f0356e38f780c580 [diff] [blame] |
patch 9.0.1587: Corn config files are not recognized Problem: Corn config files are not recognized. Solution: Add a pattern for Corn config files. (Jake Stanger, closes #12449)
diff --git a/src/version.c b/src/version.c index fdb7716..08c67bb 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1587, +/**/ 1586, /**/ 1585,