From: Bram Moolenaar Date: Tue, 8 Sep 2015 17:13:51 +0000 (+0200) Subject: patch 7.4.860 X-Git-Tag: v7.4.860 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a122b5e98afe18c9cfdab31b77d2a9fbb8e36416;p=vim patch 7.4.860 Problem: Filetype detection is outdated. Solution: Include all recent and not-so-recent changes. --- 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, /**/