From 6b3927820bd46cb25e8741d04c13dec15401f92f Mon Sep 17 00:00:00 2001 From: "E.J. Sexton" Date: Fri, 1 Dec 2017 14:55:34 +0100 Subject: Fixed command string for phpcbf fixer --- autoload/ale/fixers/phpcbf.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/ale/fixers/phpcbf.vim b/autoload/ale/fixers/phpcbf.vim index 9bff7412..649e17d3 100644 --- a/autoload/ale/fixers/phpcbf.vim +++ b/autoload/ale/fixers/phpcbf.vim @@ -19,6 +19,6 @@ function! ale#fixers#phpcbf#Fix(buffer) abort \ ? '--standard=' . l:standard \ : '' return { - \ 'command': ale#Escape(l:executable) . ' --stdin-path=%s ' . l:standard_option + \ 'command': ale#Escape(l:executable) . ' --stdin-path=%s ' . l:standard_option . ' -' \} endfunction -- cgit v1.2.3