From 2cc6473d926b74c71336b3d859fe53d681efcb65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 20 Oct 2010 15:19:22 +0200 Subject: latexsuite changes --- .vim/after/ftplugin/tex.vim | 2 ++ .vim/ftplugin/tex.vim | 1 + 2 files changed, 3 insertions(+) create mode 100644 .vim/after/ftplugin/tex.vim (limited to '.vim') diff --git a/.vim/after/ftplugin/tex.vim b/.vim/after/ftplugin/tex.vim new file mode 100644 index 0000000..6f44a3c --- /dev/null +++ b/.vim/after/ftplugin/tex.vim @@ -0,0 +1,2 @@ +" disable annoying {{ completion +call IMAP('{{', '{{', 'tex') 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