diff options
author | Bjorn Neergaard <bjorn@neersighted.com> | 2016-10-20 22:52:25 -0500 |
---|---|---|
committer | Bjorn Neergaard <bjorn@neersighted.com> | 2016-10-20 22:52:25 -0500 |
commit | c697ef05bb3a084588fb6033c2bf915932917afc (patch) | |
tree | 463fb60a82742fae6586f0e5d2ca8bc2bc2eeb2b /autoload | |
parent | a2e4af16269cadd5989610cce54c61d14731732b (diff) | |
download | ale-c697ef05bb3a084588fb6033c2bf915932917afc.zip |
Add PEP8 handler test.
Diffstat (limited to 'autoload')
-rw-r--r-- | autoload/ale/handlers.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autoload/ale/handlers.vim b/autoload/ale/handlers.vim index a8d2572f..9ac0c192 100644 --- a/autoload/ale/handlers.vim +++ b/autoload/ale/handlers.vim @@ -99,11 +99,11 @@ function! ale#handlers#HandleCppCheckFormat(buffer, lines) abort \ 'nr': -1, \}) endfor - return l:output + return l:output endfunction -function! ale#handlers#HandlePEP8Format(buffer, lines) +function! ale#handlers#HandlePEP8Format(buffer, lines) abort " Matches patterns line the following: " " Matches patterns line the following: |