commit | f3da4c8427b1b12d7aaffa307ec085ca97ea9ad9 | [log] [tgz] |
---|---|---|
author | Amaan Qureshi <amaanq12@gmail.com> | Sun Jan 22 18:16:44 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 22 18:16:44 2023 +0000 |
tree | ca270ae766b5531635fe374fafc2f50a3149041d | |
parent | 040e795e8da05ff38cc896528d4dcad100f0b584 [diff] [blame] |
patch 9.0.1230: Apache thrift files are not recognized Problem: Apache thrift files are not recognized. Solution: Add a pattern for thrift files. (Amaan Qureshi, closes #11859)
diff --git a/src/version.c b/src/version.c index 80d8444..4e66d9f 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1230, +/**/ 1229, /**/ 1228,