dotfiles/vim/vim-latex/ftplugin/latex-suite/packages/times

11 lines
163 B
Plaintext
Executable File

if exists("times_package_file")
finish
endif
let times_package_file = 1
let g:TeX_package_option_times = ''
let g:TeX_package_times = ''
" vim:ft=vim:ff=unix: