~spacexplorer/+junk/myenv

« back to all changes in this revision

Viewing changes to vim/vim/ftplugin/latex-suite/packages/histogram

  • Committer: Kim Allamandola
  • Date: 2011-05-02 05:39:17 UTC
  • Revision ID: spacexplorer@gmail.com-20110502053917-x0yl2lr9ri4yskr2
InitĀ import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if exists("histogram_package_file")
 
2
        finish
 
3
endif
 
4
let histogram_package_file = 1
 
5
 
 
6
let g:TeX_package_option_histogram = ''
 
7
 
 
8
let g:TeX_package_histogram = 
 
9
\ 'histogram,'
 
10
\.'noverticallines,'
 
11
\.'verticallines'
 
12
 
 
13
" vim:ft=vim:ff=unix: