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' })
let errorformat =
\ '%E File "%f"\, line %l,' .
\ '%C %p,' .
\ '%C %p^,' .
\ '%C %.%#,' .
\ '%Z%m,' .
\ '%-G%.%#'