commit | a1fa8b3ac2f7b54c7901ad3eb0ba8b8290912509 | [log] [tgz] |
---|---|---|
author | Amaan Qureshi <amaanq12@gmail.com> | Sun Mar 19 21:57:07 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 19 21:57:07 2023 +0000 |
tree | 96d46bde044d0897baba21432f553dbf4dccef97 | |
parent | e6d40dcdc7227594935d2db01eca29f0e575dcee [diff] [blame] |
patch 9.0.1417: ESDL files are not recognized Problem: ESDL files are not recognized. Solution: Add a pattern for ESDL files. (Amaan Qureshi, closes #12174)
diff --git a/src/version.c b/src/version.c index 41960f8..e20eb06 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1417, +/**/ 1416, /**/ 1415,