pylint: fix detection of column numbers.

This commit is contained in:
LCD 47 2014-02-04 11:53:26 +02:00
parent b399a5e4a6
commit 1bc5fee054

View File

@ -50,6 +50,8 @@ function! SyntaxCheckers_python_pylint_GetLocList() dict
else else
let e['valid'] = 0 let e['valid'] = 0
endif endif
let e['col'] += 1
let e['vcol'] = 0 let e['vcol'] = 0
endfor endfor