aboutsummaryrefslogtreecommitdiff
path: root/dot_vim/ftplugin/latex-suite/packages/comma
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dot_vim/ftplugin/latex-suite/packages/comma12
1 files changed, 0 insertions, 12 deletions
diff --git a/dot_vim/ftplugin/latex-suite/packages/comma b/dot_vim/ftplugin/latex-suite/packages/comma
deleted file mode 100644
index 5ec8d70..0000000
--- a/dot_vim/ftplugin/latex-suite/packages/comma
+++ /dev/null
@@ -1,12 +0,0 @@
-if exists("comma_package_file")
- finish
-endif
-let comma_package_file = 1
-
-let g:TeX_package_option_comma = ''
-
-let g:TeX_package_comma =
-\ 'bra:commaform,'
-\.'bra:commaformtoken'
-
-" vim:ft=vim:ff=unix: