X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.vim%2Ffiletype.vim;h=20911a0e6519e9e2a12ed11238455a4d3a79b20a;hb=c25b192fd055ff0399e94c5325177ab2fa3550b6;hp=971c75e8a828548c57fef164f54de96a3bf10bd1;hpb=bf0f5d6adcdb7a07e8a6463dedee6591f62e62a2;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