From c069f0661a17b797d9fad621ea0363bce20cbd93 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 22 Sep 2013 23:24:04 +0200 Subject: Update clojure, tex and coffee --- indent/tex.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indent/tex.vim') 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 -- cgit v1.2.3