diff options
Diffstat (limited to 'ale_linters/typescript/typecheck.vim')
-rw-r--r-- | ale_linters/typescript/typecheck.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ale_linters/typescript/typecheck.vim b/ale_linters/typescript/typecheck.vim index 0de6639c..c5ba05f2 100644 --- a/ale_linters/typescript/typecheck.vim +++ b/ale_linters/typescript/typecheck.vim @@ -26,11 +26,9 @@ function! ale_linters#typescript#typecheck#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 |