diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-22 23:24:04 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-22 23:24:04 +0200 |
commit | c069f0661a17b797d9fad621ea0363bce20cbd93 (patch) | |
tree | a69c4ca8c68a9157e700cbcd708d3bfc31240dbd /indent/tex.vim | |
parent | 235a5631f96ca7613d0fe48fe3731a8ce76e436d (diff) | |
download | vim-polyglot-c069f0661a17b797d9fad621ea0363bce20cbd93.tar.gz vim-polyglot-c069f0661a17b797d9fad621ea0363bce20cbd93.zip |
Update clojure, tex and coffee
Diffstat (limited to '')
-rw-r--r-- | indent/tex.vim | 3 |
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 |