diff options
Diffstat (limited to 'dot_vim/ftplugin/latex-suite/packages/times')
-rw-r--r-- | dot_vim/ftplugin/latex-suite/packages/times | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/dot_vim/ftplugin/latex-suite/packages/times b/dot_vim/ftplugin/latex-suite/packages/times deleted file mode 100644 index 499a13b..0000000 --- a/dot_vim/ftplugin/latex-suite/packages/times +++ /dev/null @@ -1,10 +0,0 @@ -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: |