summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-09-08 19:13:51 +0200
committerBram Moolenaar <Bram@vim.org>2015-09-08 19:13:51 +0200
commita122b5e98afe18c9cfdab31b77d2a9fbb8e36416 (patch)
tree213551e5705672c7210588b12f78cb875ec7e0a9
parentd8986fd91494642b3bab305406aa55268498f49c (diff)
patch 7.4.860v7.4.860
Problem: Filetype detection is outdated. Solution: Include all recent and not-so-recent changes.
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index c1d51e0456..7ffdd18150 100644
--- 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,