summaryrefslogtreecommitdiffstats
path: root/ftplugin/terraform.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/terraform.vim')
-rw-r--r--ftplugin/terraform.vim3
1 files changed, 0 insertions, 3 deletions
diff --git a/ftplugin/terraform.vim b/ftplugin/terraform.vim
index 1f4ef2cc..7e56d9ed 100644
--- a/ftplugin/terraform.vim
+++ b/ftplugin/terraform.vim
@@ -30,9 +30,6 @@ if exists('s:hcl_fold_sections_save')
let g:hcl_fold_sections = s:hcl_fold_sections_save
end
-let s:cpo_save = &cpoptions
-set cpoptions&vim
-
if !exists('g:terraform_binary_path')
let g:terraform_binary_path='terraform'
endif