summaryrefslogtreecommitdiffstats
path: root/indent/puppet.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--indent/puppet.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/puppet.vim b/indent/puppet.vim
index a3a494a0..a713b353 100644
--- a/indent/puppet.vim
+++ b/indent/puppet.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'puppet') == -1
+
" Vim indent file
" Language: Puppet
" Maintainer: Todd Zullinger <tmz@pobox.com>
@@ -135,4 +136,5 @@ function! GetPuppetIndent(...)
return ind
endfunction
+
endif