summaryrefslogtreecommitdiffstats
path: root/indent/tex.vim
diff options
context:
space:
mode:
Diffstat (limited to 'indent/tex.vim')
-rw-r--r--indent/tex.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/indent/tex.vim b/indent/tex.vim
index 63453bda..92866d5b 100644
--- a/indent/tex.vim
+++ b/indent/tex.vim
@@ -1,6 +1,9 @@
" LaTeX indent file (part of LaTeX Box)
" Maintainer: David Munger (mungerd@gmail.com)
+if exists("g:LatexBox_custom_indent") && ! g:LatexBox_custom_indent
+ finish
+endif
if exists("b:did_indent")
finish
endif