This commit is contained in:
LCD 47 2013-04-12 13:29:47 +03:00
parent 4604c97f06
commit 51001b66de

View File

@ -25,7 +25,7 @@ function! SyntaxCheckers_python_python_GetLocList()
\ 'subchecker': 'python' }) \ 'subchecker': 'python' })
let errorformat = let errorformat =
\ '%E File "%f"\, line %l,' . \ '%E File "%f"\, line %l,' .
\ '%C %p,' . \ '%C %p^,' .
\ '%C %.%#,' . \ '%C %.%#,' .
\ '%Z%m,' . \ '%Z%m,' .
\ '%-G%.%#' \ '%-G%.%#'