diff options
Diffstat (limited to 'ale_linters/coffee/coffeelint.vim')
-rw-r--r-- | ale_linters/coffee/coffeelint.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ale_linters/coffee/coffeelint.vim b/ale_linters/coffee/coffeelint.vim index 8b1c713e..a7960b98 100644 --- a/ale_linters/coffee/coffeelint.vim +++ b/ale_linters/coffee/coffeelint.vim @@ -40,11 +40,9 @@ function! ale_linters#coffee#coffeelint#Handle(buffer, lines) abort call add(l:output, { \ 'bufnr': a:buffer, \ 'lnum': l:line, - \ 'vcol': 0, \ 'col': l:column, \ 'text': l:text, \ 'type': l:type, - \ 'nr': -1, \}) endfor |