diff options
Diffstat (limited to 'vim')
-rw-r--r-- | vim/filetype.vim | 2 | ||||
-rw-r--r-- | vim/lilypond-ftdetect.vim | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vim/filetype.vim b/vim/filetype.vim index f80e26fef2..972cc63e44 100644 --- a/vim/filetype.vim +++ b/vim/filetype.vim @@ -6,5 +6,5 @@ if exists("did_load_filetypes") finish endif augroup filetypedetect - au! BufNewFile,BufRead *.ly setf lilypond + au! BufNewFile,BufRead *.ly,*.ily setf lilypond augroup END diff --git a/vim/lilypond-ftdetect.vim b/vim/lilypond-ftdetect.vim index ae626f977b..9147fc81dd 100644 --- a/vim/lilypond-ftdetect.vim +++ b/vim/lilypond-ftdetect.vim @@ -1,4 +1,4 @@ " " Installed As: vim/ftdetect/lilypond.vim " -au! BufNewFile,BufRead *.ly setf lilypond +au! BufNewFile,BufRead *.ly,*.ily setf lilypond |