aboutsummaryrefslogtreecommitdiff
path: root/.vim/ftplugin/latex-suite/packages/array
diff options
context:
space:
mode:
Diffstat (limited to '.vim/ftplugin/latex-suite/packages/array')
-rw-r--r--.vim/ftplugin/latex-suite/packages/array17
1 files changed, 0 insertions, 17 deletions
diff --git a/.vim/ftplugin/latex-suite/packages/array b/.vim/ftplugin/latex-suite/packages/array
deleted file mode 100644
index 99f3dbc..0000000
--- a/.vim/ftplugin/latex-suite/packages/array
+++ /dev/null
@@ -1,17 +0,0 @@
-if exists("array_package_file")
- finish
-endif
-let array_package_file = 1
-
-let g:TeX_package_option_array = ''
-
-let g:TeX_package_array =
-\ 'brs:newcolumntype{<+type+>}[<+no+>]{<+preamble+>},'
-\.'arraycolsep,'
-\.'tabcolsep,'
-\.'arrayrulewidth,'
-\.'doublerulesep,'
-\.'arraystretch,'
-\.'extrarowheight'
-
-" vim:ft=vim:ff=unix: