From e0928d099116e27f0203b0a365506bfecbe1a6e3 Mon Sep 17 00:00:00 2001 From: Chronial Date: Fri, 30 Dec 2016 17:06:49 +0100 Subject: [PATCH] Pass file name to flake8 --- ale_linters/python/flake8.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ale_linters/python/flake8.vim b/ale_linters/python/flake8.vim index 5b01154..cf9de6d 100644 --- a/ale_linters/python/flake8.vim +++ b/ale_linters/python/flake8.vim @@ -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 . ' -' + \ . ' ' . g:ale_python_flake8_args . '--stdin-display-name %s -' endfunction call ale#linter#Define('python', {