diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-12-03 20:18:24 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-12-03 20:18:24 +0100 |
commit | f882d9f89dbe24ab1ba4bc88529bef28242fd2ed (patch) | |
tree | 585021bb21f8b6b25fd8b855d6ecd9aace734ac6 /runtime/filetype.vim | |
parent | 3b8fcd945c5f0ee104eaabcf969fb6f973e79c77 (diff) | |
download | vim-f882d9f89dbe24ab1ba4bc88529bef28242fd2ed.zip |
patch 7.4.956
Problem: A few more file name extensions not recognized.
Solution: Add .asciidoc, .bzl, .gradle, etc.
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r-- | runtime/filetype.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim index 2efc13f76..813db93ca 100644 --- a/runtime/filetype.vim +++ b/runtime/filetype.vim @@ -1,7 +1,7 @@ " Vim support file to detect file types " " Maintainer: Bram Moolenaar <Bram@vim.org> -" Last Change: 2015 Oct 13 +" Last Change: 2015 Dec 03 " Listen very carefully, I will say this only once if exists("did_load_filetypes") |