X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.vim%2Ffiletype.vim;h=c3134f1586e5f066e216eb14b99236d4cc7813ac;hb=87a7e52a49c6171d9b0de67e07778b3009d17a99;hp=0c8e624c9db28911280eaa2528f6c7c62572ac55;hpb=21c29714d2177a9f5995acfa8ecadfcf4255815d;p=dotfiles.git diff --git a/.vim/filetype.vim b/.vim/filetype.vim index 0c8e624..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