pylint: fix detection of column numbers.
This commit is contained in:
parent
b399a5e4a6
commit
1bc5fee054
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user