commit | bf26941f40923d331169a4ecb7341608f5d1ca38 | [log] [tgz] |
---|---|---|
author | Alessandro Pezzoni <alessandro.pezzoni@anaplan.com> | Mon Aug 29 11:57:30 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 29 11:57:30 2022 +0100 |
tree | da9d65817004eb8c21d16ef685421e29daf6bada | |
parent | e7cda97b6b578b33a42de0d27ac2876337c641ca [diff] [blame] |
patch 9.0.0314: VDM files are not recognized Problem: VDM files are not recognized. Solution: Add patterns for VDM files. (Alessandro Pezzoni, closes #11004)
diff --git a/src/version.c b/src/version.c index 60a5e7e..b1eb73f 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 314, +/**/ 313, /**/ 312,