diff options
author | Keith Smiley <keithbsmiley@gmail.com> | 2016-10-27 16:24:32 +1000 |
---|---|---|
committer | Keith Smiley <keithbsmiley@gmail.com> | 2016-10-27 18:38:26 -0700 |
commit | 86cc2aab7107c2dc75bea568e3d9a91b46b1a295 (patch) | |
tree | ca6f8763bec7eeed7f6090175115af06d67cdb88 /autoload | |
parent | c8821fc0495d1d75cb3d716d73c4c28877e3513a (diff) | |
download | ale-86cc2aab7107c2dc75bea568e3d9a91b46b1a295.zip |
Add pylint formatter
This customizes the output format of pylint in order to use the same
pep8 parser
Diffstat (limited to 'autoload')
-rw-r--r-- | autoload/ale/handlers.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/ale/handlers.vim b/autoload/ale/handlers.vim index 9ac0c192..177cdc43 100644 --- a/autoload/ale/handlers.vim +++ b/autoload/ale/handlers.vim @@ -4,7 +4,7 @@ scriptencoding utf-8 " linter which outputs warnings and errors in a format accepted by one of " these functions can simply use one of these pre-defined error handlers. -let s:path_pattern = '[a-zA-Z]\?\\\?:\?[[:alnum:]/\.-]\+' +let s:path_pattern = '[a-zA-Z]\?\\\?:\?[[:alnum:]/\.\-_]\+' function! s:HandleUnixFormat(buffer, lines, type) abort " Matches patterns line the following: |