summaryrefslogtreecommitdiff
path: root/.vim/after/ftplugin/tex.vim
blob: cfb1bdabdd19a9ee73f41bd2a05a57e73e9dcc75 (plain)
1
2
3
4
5
6
7
8
9
" disable annoying {{ and (( completion
call IMAP('{{', '{{', 'tex')
call IMAP('((', '((', 'tex')

" ignore some more stuff
let g:Tex_IgnoredWarnings.="\nFont shape"
let g:Tex_IgnoredWarnings.="\nFloat too large"
let g:Tex_IgnoredWarnings.="\nUserWarning"
let g:Tex_IgnoreLevel+=3
d>René 'Necoro' Neumann1-2/+2 2009-08-14Make overlay a class tooRené 'Necoro' Neumann1-7/+7 2009-08-14Add __slots__René 'Necoro' Neumann1-0/+7 2009-08-14Add package and category objectsRené 'Necoro' Neumann1-3/+29