Merge pull request #2096 from mgedmin/flake8-uses-vcols

flake8 reports visual columns
This commit is contained in:
w0rp
2018-11-28 09:49:31 +00:00
committed by GitHub
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -110,6 +110,7 @@ function! ale_linters#python#flake8#Handle(buffer, lines) abort
let l:item = {
\ 'lnum': l:match[1] + 0,
\ 'col': l:match[2] + 0,
\ 'vcol': 1,
\ 'text': l:match[4],
\ 'code': l:code,
\ 'type': 'W',