commit | d9bc8a801aeaffa77d4094d43bf97f0ced3db92b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 11 20:50:04 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 11 20:50:04 2017 +0200 |
tree | 2e9723578bfa0ab136b7c7a4c1911e9fe3e5e664 | |
parent | 444fda208469916764d89403e77380a0cdaf6242 [diff] [blame] |
patch 8.0.0906: don't recognize Couchbase files Problem: Don't recognize Couchbase files. Solution: Add filetype detection. (Eugene Ciurana, closes #1951)
diff --git a/src/version.c b/src/version.c index 8073068..a941d85 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 906, +/**/ 905, /**/ 904,