]> git.phdru.name Git - dotfiles.git/commitdiff
.vim: remove old unused file type
authorOleg Broytman <phd@phdru.name>
Sun, 12 Jun 2016 14:01:48 +0000 (17:01 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 12 Jun 2016 14:01:48 +0000 (17:01 +0300)
.vim/filetype.vim

index 0a093e9437b8f8427611f2e6785b1ed2cfc82915..0c8e624c9db28911280eaa2528f6c7c62572ac55 100644 (file)
@@ -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