diff options
Diffstat (limited to 'indent/puppet.vim')
-rw-r--r-- | indent/puppet.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indent/puppet.vim b/indent/puppet.vim index cf49de88..e9b08447 100644 --- a/indent/puppet.vim +++ b/indent/puppet.vim @@ -1,3 +1,5 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'puppet') == -1 + " Vim indent file " Language: Puppet " Maintainer: Todd Zullinger <tmz@pobox.com> @@ -92,3 +94,5 @@ function! GetPuppetIndent() return ind endfunction + +endif |