From ce31cd1d2f4e8eee9fd91325e4599f15cb9566fd Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 28 Jul 2021 17:54:35 +0200 Subject: Update --- ftplugin/terraform.vim | 3 --- 1 file changed, 3 deletions(-) (limited to 'ftplugin/terraform.vim') 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 -- cgit v1.2.3