From: Oleg Broytman Date: Sun, 9 Apr 2017 13:52:17 +0000 (+0300) Subject: .vim: Change path to tmp files of ViewSourceWith X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=d00d2c33a2af2d832255627c3d58288e6e4c2792 .vim: Change path to tmp files of ViewSourceWith --- 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