diff options
Diffstat (limited to 'ale_linters/php/hack.vim')
-rw-r--r-- | ale_linters/php/hack.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ale_linters/php/hack.vim b/ale_linters/php/hack.vim index 5c90247b..762486b4 100644 --- a/ale_linters/php/hack.vim +++ b/ale_linters/php/hack.vim @@ -19,7 +19,6 @@ function! ale_linters#php#hack#Handle(buffer, lines) abort call add(l:output, { \ 'bufnr': a:buffer, \ 'lnum': l:match[2] + 0, - \ 'vcol': 0, \ 'col': l:match[3] + 0, \ 'text': l:match[5], \ 'type': 'E', |