X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.vim%2Ffiletype.vim;h=20911a0e6519e9e2a12ed11238455a4d3a79b20a;hb=2c7946dd68e7f5af19996e8aa88e672d06d02cc3;hp=971c75e8a828548c57fef164f54de96a3bf10bd1;hpb=f46bd4d41cc7f243bc8a321effee5200aa69e709;p=dotfiles.git diff --git a/.vim/filetype.vim b/.vim/filetype.vim index 971c75e..20911a0 100644 --- a/.vim/filetype.vim +++ b/.vim/filetype.vim @@ -31,6 +31,7 @@ augroup filetypedetect autocmd BufReadPost /tmp/cvs* setlocal filetype=cvscommit autocmd BufReadPost svn-commit.tmp*,svn-commit.*.tmp* setlocal filetype=svncommit autocmd BufReadPost /tmp/hg-editor-*.txt setlocal filetype=hgcommit + autocmd BufReadPost .git/*MSG setlocal filetype=gitcommit " Medap-RM Method files autocmd BufNewFile,BufReadPost *.rsc setlocal filetype=conf filetype=medaprm-method