# HG changeset patch # User Christian Brabandt # Date 1441732504 -7200 # Node ID 00b9f0c048db9348d2957adad3fb7ea32102e250 # Parent b6c6665a52c7d8bfac1e7f41cd5de381722d34ab commit https://github.com/vim/vim/commit/a122b5e98afe18c9cfdab31b77d2a9fbb8e36416 Author: Bram Moolenaar Date: Tue Sep 8 19:13:51 2015 +0200 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 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 860, +/**/ 859, /**/ 858,