From 92ab75408df8bff49bb29e113b3cc159d1ac3105 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 18 Jul 2015 23:05:45 +0200 Subject: Allow for disabling individual languages, closes #66 --- syntax/gitrebase.vim | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'syntax/gitrebase.vim') diff --git a/syntax/gitrebase.vim b/syntax/gitrebase.vim index 08464563..4fe38e88 100644 --- a/syntax/gitrebase.vim +++ b/syntax/gitrebase.vim @@ -1,3 +1,5 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'git') == -1 + " Vim syntax file " Language: git rebase --interactive " Maintainer: Tim Pope @@ -36,3 +38,5 @@ hi def link gitrebaseComment Comment hi def link gitrebaseSquashError Error let b:current_syntax = "gitrebase" + +endif -- cgit v1.2.3