aboutsummaryrefslogtreecommitdiff
path: root/.vim/ftplugin/latex-suite/packages/comma
blob: 5ec8d700f6c99b070f3247c8b7e17e8625588591 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
if exists("comma_package_file")
	finish
endif
let comma_package_file = 1

let g:TeX_package_option_comma = ''

let g:TeX_package_comma =
\ 'bra:commaform,'
\.'bra:commaformtoken'

" vim:ft=vim:ff=unix: