diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2010-10-05 20:04:05 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2010-10-05 20:04:07 +0200 |
commit | 13130bb36c746cb4045e17d8464d66842470408e (patch) | |
tree | 80fe56f2b66e0c86b5df63e272e325ad7f9ac6cb /.vim/ftplugin | |
parent | 30d371acc884e7978b6ffa8099f50bf35039d891 (diff) | |
download | dotfiles-13130bb36c746cb4045e17d8464d66842470408e.tar.gz dotfiles-13130bb36c746cb4045e17d8464d66842470408e.tar.bz2 dotfiles-13130bb36c746cb4045e17d8464d66842470408e.zip |
move to evince
Diffstat (limited to '')
-rw-r--r-- | .vim/ftplugin/tex.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/ftplugin/tex.vim b/.vim/ftplugin/tex.vim index ea41f39..16894f0 100644 --- a/.vim/ftplugin/tex.vim +++ b/.vim/ftplugin/tex.vim @@ -1,5 +1,5 @@ let g:Tex_MultipleCompileFormats = "dvi,pdf" -let g:Tex_ViewRule_pdf = "epdfview" +let g:Tex_ViewRule_pdf = "evince" let g:Tex_UseUtfMenus = 1 let g:Tex_DefaultTargetFormat="pdf" let Tlist_Sort_Type = "order" |