X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.vim%2Ffiletype.vim;h=0c8e624c9db28911280eaa2528f6c7c62572ac55;hb=dbe276e995b35a0f655b5caa3c26d3de7dd0447b;hp=20911a0e6519e9e2a12ed11238455a4d3a79b20a;hpb=c25b192fd055ff0399e94c5325177ab2fa3550b6;p=dotfiles.git diff --git a/.vim/filetype.vim b/.vim/filetype.vim index 20911a0..0c8e624 100644 --- a/.vim/filetype.vim +++ b/.vim/filetype.vim @@ -27,12 +27,9 @@ augroup filetypedetect autocmd BufReadPost known_hosts setlocal filetype=ssh autocmd BufReadPost authorized_keys setlocal filetype=ssh - " Set mapping for CVS/Subversion/Mercurial commit files + " Set mapping for CVS/Subversion/Mercurial/git commit files 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 augroup END