aboutsummaryrefslogtreecommitdiff
path: root/dot_vim/ftplugin/latex-suite/packages/hhline
blob: a024c19ecd4ea0f7526297d022f30cab7236558d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
if exists("hhline_package_file")
	finish
endif
let hhline_package_file = 1

let g:TeX_package_option_hhline = ''

let g:TeX_package_hhline =
\ 'bra:hhline,'
\.'sep:a,'
\.'spe:=,'
\.'spe:-,'
\.'spe:~,'
\."spe:\\\|,"
\.'spe::,'
\.'spe:#,'
\.'spe:t,'
\.'spe:b,'
\.'spe:*'

" vim:ft=vim:ff=unix: