Prefix mandatory flake8 arguments with extra spaces so they will always work

This commit is contained in:
w0rp 2017-01-12 13:11:10 +00:00
parent 9191750b5b
commit 3b486d3475
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ endfunction
function! ale_linters#python#flake8#GetCommand(buffer) abort
return ale_linters#python#flake8#GetExecutable(a:buffer)
\ . ' ' . g:ale_python_flake8_args . '--stdin-display-name %s -'
\ . ' ' . g:ale_python_flake8_args . ' --stdin-display-name %s -'
endfunction
call ale#linter#Define('python', {