]> granicus.if.org Git - vim/commitdiff
patch 7.4.956 v7.4.956
authorBram Moolenaar <Bram@vim.org>
Thu, 3 Dec 2015 19:18:24 +0000 (20:18 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 3 Dec 2015 19:18:24 +0000 (20:18 +0100)
Problem:    A few more file name extensions not recognized.
Solution:   Add .asciidoc, .bzl, .gradle, etc.

runtime/filetype.vim
src/version.c

index 2efc13f7664e8196aca0cedf538c0076da37fe0f..813db93ca3a40a675d6563a762ae08ce38644d1e 100644 (file)
@@ -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")
index 1e6322284d1dcbee6423c2bf2264556592ce29a2..7f99e81de9f8d359266db5d59b05022889885db4 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    956,
 /**/
     955,
 /**/