From a122b5e98afe18c9cfdab31b77d2a9fbb8e36416 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 8 Sep 2015 19:13:51 +0200 Subject: [PATCH] patch 7.4.860 Problem: Filetype detection is outdated. Solution: Include all recent and not-so-recent changes. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/version.c b/src/version.c index c1d51e045..7ffdd1815 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 860, /**/ 859, /**/ -- 2.50.1