commit | cfce5cf542db20c7beba5b4211c0ae3305a64a43 | [log] [tgz] |
---|---|---|
author | Amaan Qureshi <amaanq12@gmail.com> | Tue Feb 21 15:18:50 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 21 15:18:50 2023 +0000 |
tree | 1376c6c03743457ae457f42e2d6dc82230558735 | |
parent | a23a11b5bf03454b71fdb5deac0d5f641e222160 [diff] [blame] |
patch 9.0.1337: yuck files are not recognized Problem: Yuck files are not recognized. Solution: Add a filetype pattern for yuck files. (Amaan Qureshi, closes #12033)
diff --git a/src/version.c b/src/version.c index fd8e887..a665a2a 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1337, +/**/ 1336, /**/ 1335,