fix pylint parsing
This commit is contained in:
parent
ed515fc268
commit
c039b0f128
@ -9,6 +9,6 @@ function! SyntaxCheckers_python_GetLocList()
|
|||||||
\ shellescape(expand('%')) .
|
\ shellescape(expand('%')) .
|
||||||
\ ' \| sed ''s_: \[[RC]_: \[W_''' .
|
\ ' \| sed ''s_: \[[RC]_: \[W_''' .
|
||||||
\ ' \| sed ''s_: \[[F]_:\ \[E_'''
|
\ ' \| sed ''s_: \[[F]_:\ \[E_'''
|
||||||
let errorformat = '%f:%l: [%t%n] %m,%-GNo config%m'
|
let errorformat = '%f:%l: [%t%n%.%#] %m,%-GNo config%m'
|
||||||
return SyntasticMake({ 'makeprg': makeprg, 'errorformat': errorformat })
|
return SyntasticMake({ 'makeprg': makeprg, 'errorformat': errorformat })
|
||||||
endfunction
|
endfunction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user