summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorAmaan Qureshi <amaanq12@gmail.com>2023-02-21 15:18:50 +0000
committerBram Moolenaar <Bram@vim.org>2023-02-21 15:18:50 +0000
commitcfce5cf542db20c7beba5b4211c0ae3305a64a43 (patch)
tree1376c6c03743457ae457f42e2d6dc82230558735 /src/version.c
parenta23a11b5bf03454b71fdb5deac0d5f641e222160 (diff)
patch 9.0.1337: yuck files are not recognizedv9.0.1337
Problem: Yuck files are not recognized. Solution: Add a filetype pattern for yuck files. (Amaan Qureshi, closes #12033)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index fd8e887021..a665a2acf0 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1337,
+/**/
1336,
/**/
1335,