From 96ec33e6d6119fea01fee7aaed1e8a21ef6ef677 Mon Sep 17 00:00:00 2001 From: Andrey Popp <8mayday@gmail.com> Date: Sat, 3 Oct 2020 17:57:59 +0300 Subject: Use stdin/stdout to communicate with gofmt --- autoload/ale/fixers/gofmt.vim | 3 --- 1 file changed, 3 deletions(-) (limited to 'autoload') diff --git a/autoload/ale/fixers/gofmt.vim b/autoload/ale/fixers/gofmt.vim index d5a539b9..b9cfbb58 100644 --- a/autoload/ale/fixers/gofmt.vim +++ b/autoload/ale/fixers/gofmt.vim @@ -11,9 +11,6 @@ function! ale#fixers#gofmt#Fix(buffer) abort return { \ 'command': l:env . ale#Escape(l:executable) - \ . ' -l -w' \ . (empty(l:options) ? '' : ' ' . l:options) - \ . ' %t', - \ 'read_temporary_file': 1, \} endfunction -- cgit v1.2.3