X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.vim%2Ffiletype.vim;h=0c8e624c9db28911280eaa2528f6c7c62572ac55;hb=70dd3d83ea4c93261795f5beb650965a6755b0c5;hp=971c75e8a828548c57fef164f54de96a3bf10bd1;hpb=f46bd4d41cc7f243bc8a321effee5200aa69e709;p=dotfiles.git diff --git a/.vim/filetype.vim b/.vim/filetype.vim index 971c75e..0c8e624 100644 --- a/.vim/filetype.vim +++ b/.vim/filetype.vim @@ -27,11 +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 - - " Medap-RM Method files - autocmd BufNewFile,BufReadPost *.rsc setlocal filetype=conf filetype=medaprm-method + autocmd BufReadPost .git/*MSG setlocal filetype=gitcommit augroup END