Allow disabling individual language packs

This commit is contained in:
John Guidry
2015-07-10 08:19:38 -05:00
committed by Adam Stankiewicz
parent 4033ac02d0
commit f977779693
3 changed files with 18 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, '%%PACK%%') == -1
%%CONTENT%%
endif