commit | a122b5e98afe18c9cfdab31b77d2a9fbb8e36416 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 08 19:13:51 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 08 19:13:51 2015 +0200 |
tree | 213551e5705672c7210588b12f78cb875ec7e0a9 | |
parent | d8986fd91494642b3bab305406aa55268498f49c [diff] [blame] |
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 c1d51e0..7ffdd18 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 860, +/**/ 859, /**/ 858,