From 2cc6473d926b74c71336b3d859fe53d681efcb65 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Wed, 20 Oct 2010 15:19:22 +0200 Subject: latexsuite changes --- .vim/ftplugin/tex.vim | 1 + 1 file changed, 1 insertion(+) (limited to '.vim/ftplugin/tex.vim') diff --git a/.vim/ftplugin/tex.vim b/.vim/ftplugin/tex.vim index 16894f0..c8c8fb9 100644 --- a/.vim/ftplugin/tex.vim +++ b/.vim/ftplugin/tex.vim @@ -2,6 +2,7 @@ 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