commit | cde1f8714ed2c046aa770c46229e781380122bd7 | [log] [tgz] |
---|---|---|
author | Amaan Qureshi <amaanq12@gmail.com> | Wed Mar 08 19:55:50 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 08 19:55:50 2023 +0000 |
tree | 50e8b049870289b50900766116bc7cf4f822e9a0 | |
parent | ff226d49fed2d8fc668084324c7b0f00117c5e74 [diff] [blame] |
patch 9.0.1394: Unx Tal files are not recognized Problem: Unx Tal files are not recognized. Solution: Add a pattern for Unx Tal files. (Amaan Qureshi, closes #12117)
diff --git a/src/version.c b/src/version.c index 3a2ff57..34fe679 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1394, +/**/ 1393, /**/ 1392,