X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.vim%2Ffiletype.vim;h=c3134f1586e5f066e216eb14b99236d4cc7813ac;hb=288c436572c5374d668dc52da41fdd3378966766;hp=0a093e9437b8f8427611f2e6785b1ed2cfc82915;hpb=3db0fedaf633d333a03a923e6361346542839642;p=dotfiles.git diff --git a/.vim/filetype.vim b/.vim/filetype.vim index 0a093e9..c3134f1 100644 --- a/.vim/filetype.vim +++ b/.vim/filetype.vim @@ -5,7 +5,7 @@ endif augroup filetypedetect " Text files autocmd BufNewFile,BufReadPost *.txt,*README* setlocal filetype=text - autocmd BufReadPost ~/tmp/*.txt setlocal textwidth=0 " Files from ViewSourceWith + autocmd BufReadPost ~/tmp/mozilla/firefox/viewSource.tmp/*.txt setlocal textwidth=0 " Files from ViewSourceWith " Cheetah templates autocmd BufNewFile,BufReadPost *.tmpl setlocal filetype=htmlcheetah @@ -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