From fdf6fff2527e11f6c8daac9d64cc661fd02fd406 Mon Sep 17 00:00:00 2001 From: René Neumann Date: Tue, 8 Jan 2013 10:49:24 +0100 Subject: Vim Changes --- .vim/ftplugin/tex.vim | 2 -- 1 file changed, 2 deletions(-) (limited to '.vim/ftplugin/tex.vim') diff --git a/.vim/ftplugin/tex.vim b/.vim/ftplugin/tex.vim index 95c2dd6..1b556b1 100644 --- a/.vim/ftplugin/tex.vim +++ b/.vim/ftplugin/tex.vim @@ -1,7 +1,5 @@ let g:Tex_MultipleCompileFormats = "dvi,pdf" -let g:Tex_ViewRule_pdf = "evince" let g:Tex_UseUtfMenus = 1 -let g:Tex_DefaultTargetFormat="pdf" let Tlist_Sort_Type = "order" set grepprg=grep\ -nH\ $* -- cgit v1.2.3-54-g00ecf