]> git.phdru.name Git - dotfiles.git/blobdiff - .vim/filetype.vim
.vim: Change path to tmp files of ViewSourceWith
[dotfiles.git] / .vim / filetype.vim
index 0c8e624c9db28911280eaa2528f6c7c62572ac55..c3134f1586e5f066e216eb14b99236d4cc7813ac 100644 (file)
@@ -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