From: Oleg Broytman Date: Tue, 31 May 2016 15:07:30 +0000 (+0300) Subject: .vim: Recognize all git temporary commit files X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=c25b192fd055ff0399e94c5325177ab2fa3550b6 .vim: Recognize all git temporary commit files --- 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