summaryrefslogtreecommitdiff
path: root/.vim/ftplugin/tex.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/ftplugin/tex.vim')
-rw-r--r--.vim/ftplugin/tex.vim1
1 files changed, 1 insertions, 0 deletions
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\ $*