commit | 685bf83b73d0fe6fd36bb2949bebd6aae66a139e | [log] [tgz] |
---|---|---|
author | Amaan Qureshi <amaanq12@gmail.com> | Thu Feb 02 13:30:13 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 02 13:30:13 2023 +0000 |
tree | b1b426a75df7d17d4f481a8f65282940651d6dce | |
parent | 8f531662e28c37560bf5ac20a059bf00d01ee5a4 [diff] [blame] |
patch 9.0.1274: FIRRTL files are not recognized Problem: FIRRTL files are not recognized. Solution: Add a pattern for FIRRTL files. (Amaan Qureshi, closes #11931)
diff --git a/src/version.c b/src/version.c index ff2105c..8facdc4 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1274, +/**/ 1273, /**/ 1272,