From 1bc5fee054782b6043bc0383b2b21dee084abb4e Mon Sep 17 00:00:00 2001 From: LCD 47 Date: Tue, 4 Feb 2014 11:53:26 +0200 Subject: [PATCH] pylint: fix detection of column numbers. --- syntax_checkers/python/pylint.vim | 2 ++ 1 file changed, 2 insertions(+) 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