From 13130bb36c746cb4045e17d8464d66842470408e Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Tue, 5 Oct 2010 20:04:05 +0200 Subject: move to evince --- .vim/ftplugin/tex.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vim/ftplugin') 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" -- cgit v1.2.3-54-g00ecf