fix pylint parsing

This commit is contained in:
Buck Golemon 2012-03-11 22:04:47 -07:00
parent ed515fc268
commit c039b0f128

View File

@ -9,6 +9,6 @@ function! SyntaxCheckers_python_GetLocList()
\ shellescape(expand('%')) .
\ ' \| sed ''s_: \[[RC]_: \[W_''' .
\ ' \| 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 })
endfunction