commit | f60bdc3417a56a1f69e001a7ec210b92d5b0f2e1 | [log] [tgz] |
---|---|---|
author | Matt Dunford <zenmatic@gmail.com> | Thu Nov 24 20:01:18 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 24 20:01:18 2022 +0000 |
tree | 3bc5cd4e399580dfbc158a7cce39e75204a6625f | |
parent | 1273dfb015cf8f710023427658c147fa616bfe48 [diff] [blame] |
patch 9.0.0942: Workflow Description Language files are not recognized Problem: Workflow Description Language files are not recognized. Solution: Add a pattern for the "wdl" filetype. (Matt Dunford, closes #11611)
diff --git a/src/version.c b/src/version.c index 1568691..d86bf0a 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 942, +/**/ 941, /**/ 940,