From a55b6aa3aa797c989a4979a13a5bd2ae11cfd4a5 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 29 Mar 2019 20:30:36 +0100 Subject: Remove grapqhl, fixes #387 --- ftplugin/terraform.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftplugin/terraform.vim') diff --git a/ftplugin/terraform.vim b/ftplugin/terraform.vim index e577c737..0ece8bf6 100644 --- a/ftplugin/terraform.vim +++ b/ftplugin/terraform.vim @@ -12,7 +12,7 @@ if exists("g:loaded_terraform") || v:version < 700 || &cp || !executable('terraf endif let g:loaded_terraform = 1 -if !exists("g:terraform_fmt_on_save") +if !exists("g:terraform_fmt_on_save") || !filereadable(expand("%:p")) let g:terraform_fmt_on_save = 0 endif -- cgit v1.2.3