commit | 428058ab3213e81531cbd7989f4267870f35d52e | [log] [tgz] |
---|---|---|
author | =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> | Sun Jan 23 17:09:05 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 23 17:09:05 2022 +0000 |
tree | 02b5e0a66497b58d98ea7efdc7f34114934365f8 | |
parent | 79a6e25b79cdb35e00d8b364516103eb358d8cc7 [diff] [blame] |
patch 8.2.4196: various file types not recognized Problem: Various file types not recognized. Solution: Add patterns to recognize more file types (closes #9607)
diff --git a/src/version.c b/src/version.c index 3e693de..13a91bf 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4196, +/**/ 4195, /**/ 4194,