comparison runtime/filetype.vim @ 7301:514f51fa1966 v7.4.956

commit https://github.com/vim/vim/commit/f882d9f89dbe24ab1ba4bc88529bef28242fd2ed Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 3 20:18:24 2015 +0100 patch 7.4.956 Problem: A few more file name extensions not recognized. Solution: Add .asciidoc, .bzl, .gradle, etc.
author Christian Brabandt <cb@256bit.org>
date Thu, 03 Dec 2015 20:30:04 +0100
parents e31e803a2910
children 34c45ee4210d
comparison
equal deleted inserted replaced
7300:fa74827d5706 7301:514f51fa1966
1 " Vim support file to detect file types 1 " Vim support file to detect file types
2 " 2 "
3 " Maintainer: Bram Moolenaar <Bram@vim.org> 3 " Maintainer: Bram Moolenaar <Bram@vim.org>
4 " Last Change: 2015 Oct 13 4 " Last Change: 2015 Dec 03
5 5
6 " Listen very carefully, I will say this only once 6 " Listen very carefully, I will say this only once
7 if exists("did_load_filetypes") 7 if exists("did_load_filetypes")
8 finish 8 finish
9 endif 9 endif