aboutsummaryrefslogtreecommitdiff
path: root/dot_vim/ftplugin/latex-suite/packages/histogram
blob: b18fc0732b4cf8de9528c2d6c73b8e0849899722 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
if exists("histogram_package_file")
	finish
endif
let histogram_package_file = 1

let g:TeX_package_option_histogram = ''

let g:TeX_package_histogram = 
\ 'histogram,'
\.'noverticallines,'
\.'verticallines'

" vim:ft=vim:ff=unix: