Skip to content

Commit f882d9f

Browse files
committed
patch 7.4.956
Problem: A few more file name extensions not recognized. Solution: Add .asciidoc, .bzl, .gradle, etc.
1 parent 3b8fcd9 commit f882d9f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

runtime/filetype.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" Vim support file to detect file types
22
"
33
" Maintainer: Bram Moolenaar <[email protected]>
4-
" Last Change: 2015 Oct 13
4+
" Last Change: 2015 Dec 03
55

66
" Listen very carefully, I will say this only once
77
if exists("did_load_filetypes")

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
956,
744746
/**/
745747
955,
746748
/**/

0 commit comments

Comments
 (0)