summaryrefslogtreecommitdiffstats
path: root/autoload/puppet/align.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--autoload/puppet/align.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/autoload/puppet/align.vim b/autoload/puppet/align.vim
index c45bc90f..b7dc1eda 100644
--- a/autoload/puppet/align.vim
+++ b/autoload/puppet/align.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'puppet') == -1
+
function! puppet#align#IndentLevel(lnum)
return indent(a:lnum) / &shiftwidth
endfunction
@@ -67,4 +68,5 @@ function! puppet#align#AlignHashrockets(...) abort
endif
endfor
endfunction
+
endif