commit | c9207d5d79310bd4628ce46d8db588fac17878a0 | [log] [tgz] |
---|---|---|
author | mgramigna <mgramigna@mitre.org> | Fri Dec 23 13:18:44 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 23 13:18:44 2022 +0000 |
tree | ce58ade9b1a599b5d0adb50f1d1dec53661edeab | |
parent | c53e7904b9ac559c7ad6e3acb136027d10aed54e [diff] [blame] |
patch 9.0.1090: FHIR Shorthand files are not recognized Problem: FHIR Shorthand files are not recognized. Solution: Add a pattern to detect FSH files. (Matthew Gramigna, closes #11738)
diff --git a/src/version.c b/src/version.c index 71029ae..d07e657 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1090, +/**/ 1089, /**/ 1088,