Merge pull request #200 from bukzor/master

Fix pylint parsing
This commit is contained in:
Martin Grenfell 2012-03-12 02:02:29 -07:00
commit 9f1cdfd92c

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