~spacexplorer/+junk/myenv

« back to all changes in this revision

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

  • 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("times_package_file")
 
2
        finish
 
3
endif
 
4
let times_package_file = 1
 
5
 
 
6
let g:TeX_package_option_times = ''
 
7
 
 
8
let g:TeX_package_times = ''
 
9
 
 
10
" vim:ft=vim:ff=unix: