summaryrefslogtreecommitdiffstats
path: root/ftplugin/terraform.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2021-07-28 17:54:35 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2021-07-28 17:54:35 +0200
commitce31cd1d2f4e8eee9fd91325e4599f15cb9566fd (patch)
tree2306b79bdae6846233214734753be86ca6a13d7f /ftplugin/terraform.vim
parent554a6ac7575f87b5b85d1b2bf60e7071c4164cbc (diff)
downloadvim-polyglot-ce31cd1d2f4e8eee9fd91325e4599f15cb9566fd.tar.gz
vim-polyglot-ce31cd1d2f4e8eee9fd91325e4599f15cb9566fd.zip
Update
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