commit | f68cddabffcbc5b8fbfe9003182cb4b55ff8d72c | [log] [tgz] |
---|---|---|
author | Chris Kipp <ckipp@pm.me> | Wed Jan 11 12:20:10 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 11 12:20:10 2023 +0000 |
tree | f75fc5c6a13cfde2b810f807f9e1d1ba01bbaae6 | |
parent | ea125393af01ecaf75cee8e085a57f8143f3ae3e [diff] [blame] |
patch 9.0.1176: smithy files are not recognized Problem: smithy files are not recognized. Solution: Add a pattern for Smithy files. (Chris Kipp, closes #11804)
diff --git a/src/version.c b/src/version.c index 1876606..6a5f62d 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1176, +/**/ 1175, /**/ 1174,