commit | 6e377eca8de4c0c0d25808beb7de7676194ebf1d | [log] [tgz] |
---|---|---|
author | Amaan Qureshi <amaanq12@gmail.com> | Fri Mar 17 18:42:58 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 17 18:42:58 2023 +0000 |
tree | f7a06581f018cf84f193845058de227c5e148276 | |
parent | 076de79ad832558267b3ff903c048df2f4c1a5d6 [diff] [blame] |
patch 9.0.1412: Pony files are not recognized Problem: Pony files are not recognized. Solution: Add a pattern for Pony files. (Amaan Qureshi, closes #12155)
diff --git a/src/version.c b/src/version.c index 7882c23..f0a816f 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1412, +/**/ 1411, /**/ 1410,