From: Oleg Broytman Date: Sun, 12 Jun 2016 14:01:48 +0000 (+0300) Subject: .vim: remove old unused file type X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=21c29714d2177a9f5995acfa8ecadfcf4255815d .vim: remove old unused file type --- diff --git a/.vim/filetype.vim b/.vim/filetype.vim index 0a093e9..0c8e624 100644 --- a/.vim/filetype.vim +++ b/.vim/filetype.vim @@ -32,7 +32,4 @@ augroup filetypedetect 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