diff --git a/syntax_checkers/python/python.vim b/syntax_checkers/python/python.vim index 72977257..8ede8fd1 100644 --- a/syntax_checkers/python/python.vim +++ b/syntax_checkers/python/python.vim @@ -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%.%#'