summaryrefslogtreecommitdiff
path: root/ale_linters/haskell/hlint.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/haskell/hlint.vim')
-rw-r--r--ale_linters/haskell/hlint.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/ale_linters/haskell/hlint.vim b/ale_linters/haskell/hlint.vim
index 6a907ab9..77952cf4 100644
--- a/ale_linters/haskell/hlint.vim
+++ b/ale_linters/haskell/hlint.vim
@@ -7,7 +7,6 @@ function! ale_linters#haskell#hlint#Handle(buffer, lines) abort
let l:output = []
for l:error in l:errors
- " vcol is Needed to indicate that the column is a character.
call add(l:output, {
\ 'bufnr': a:buffer,
\ 'lnum': l:error.startLine + 0,