summaryrefslogtreecommitdiff
path: root/.vim/ftplugin/tex.vim
blob: 1b556b1994ce8825c33428b274ad241ad1e15ab1 (plain)
1
2
3
4
5
6
7
8
9
10
11
let g:Tex_MultipleCompileFormats = "dvi,pdf"
let g:Tex_UseUtfMenus = 1

let Tlist_Sort_Type = "order"
set grepprg=grep\ -nH\ $*

let tlist_tex_settings   = 'latex;s:sections;g:graphics;l:labels'

set lbr " Break only between words

" also have a look at after/ftplugin/tex.vim
an class='deletions'>-10/+11 2010-02-25Enhance error-checking for 'cci'René 'Necoro' Neumann1-2/+24 2010-02-25Small config commit functionRené 'Necoro' Neumann1-0/+35 2010-02-25pass --debug to equery to make it shut up -- also for the 'masked' callRené 'Necoro' Neumann1-1/+1 2010-02-23pass --debug to equery to make it shut upRené 'Necoro' Neumann1-1/+1 2010-02-20Update popups value to the new syntax in vimperator 2.2René 'Necoro' Neumann1-1/+1 2009-12-18Added vim mapping for haskellRené 'Necoro' Neumann1-0/+2