From: Oleg Broytman Date: Thu, 16 May 2019 00:54:05 +0000 (+0300) Subject: .vim/filetype.vim: Add autocmd for `textern` X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=7e464f759a1ecaaed9eec43792d3fe0810f04c58 .vim/filetype.vim: Add autocmd for `textern` Remove `ViewSourceWith` - the extension stopped working long ago. --- diff --git a/.vim/filetype.vim b/.vim/filetype.vim index c3134f1..90f3ca5 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/mozilla/firefox/viewSource.tmp/*.txt setlocal textwidth=0 " Files from ViewSourceWith + autocmd BufReadPost /tmp/textern*/*.txt setlocal textwidth=0 " Files from textern " Cheetah templates autocmd BufNewFile,BufReadPost *.tmpl setlocal filetype=htmlcheetah