]> git.phdru.name Git - dotfiles.git/commitdiff
.vim: Change path to tmp files of ViewSourceWith
authorOleg Broytman <phd@phdru.name>
Sun, 9 Apr 2017 13:52:17 +0000 (16:52 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 9 Apr 2017 13:52:17 +0000 (16:52 +0300)
.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