diff --git a/syntax_checkers/python/pylint.vim b/syntax_checkers/python/pylint.vim index 1326ce83..e43fc037 100644 --- a/syntax_checkers/python/pylint.vim +++ b/syntax_checkers/python/pylint.vim @@ -50,6 +50,8 @@ function! SyntaxCheckers_python_pylint_GetLocList() dict else let e['valid'] = 0 endif + + let e['col'] += 1 let e['vcol'] = 0 endfor