summaryrefslogtreecommitdiff
path: root/ale_linters/typescript/typecheck.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/typescript/typecheck.vim')
-rw-r--r--ale_linters/typescript/typecheck.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/ale_linters/typescript/typecheck.vim b/ale_linters/typescript/typecheck.vim
index c5ba05f2..2362b3c9 100644
--- a/ale_linters/typescript/typecheck.vim
+++ b/ale_linters/typescript/typecheck.vim
@@ -22,7 +22,6 @@ function! ale_linters#typescript#typecheck#Handle(buffer, lines) abort
let l:type = 'E'
let l:text = l:match[3]
- " vcol is Needed to indicate that the column is a character.
call add(l:output, {
\ 'bufnr': a:buffer,
\ 'lnum': l:line,