summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
author=?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com>2022-01-23 17:09:05 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-23 17:09:05 +0000
commit428058ab3213e81531cbd7989f4267870f35d52e (patch)
tree02b5e0a66497b58d98ea7efdc7f34114934365f8 /src/version.c
parent79a6e25b79cdb35e00d8b364516103eb358d8cc7 (diff)
downloadvim-git-428058ab3213e81531cbd7989f4267870f35d52e.tar.gz
patch 8.2.4196: various file types not recognizedv8.2.4196
Problem: Various file types not recognized. Solution: Add patterns to recognize more file types (closes #9607)
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 3e693de1b..13a91bff4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4196,
+/**/
4195,
/**/
4194,