diff options
Diffstat (limited to '')
-rw-r--r-- | indent/terraform.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/terraform.vim b/indent/terraform.vim index 81fb938c..129ec368 100644 --- a/indent/terraform.vim +++ b/indent/terraform.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'terraform') == -1 + " Only load this file if no other indent file was loaded if exists('b:did_indent') finish @@ -53,4 +54,5 @@ endfunction let &cpoptions = s:cpo_save unlet s:cpo_save + endif |