diff options
Diffstat (limited to 'ale_linters/html')
-rw-r--r-- | ale_linters/html/tidy.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ale_linters/html/tidy.vim b/ale_linters/html/tidy.vim index de873c86..9067f9d4 100644 --- a/ale_linters/html/tidy.vim +++ b/ale_linters/html/tidy.vim @@ -49,7 +49,6 @@ function! ale_linters#html#tidy#Handle(buffer, lines) abort let l:type = l:match[3] ==# 'Error' ? 'E' : 'W' let l:text = l:match[4] - " vcol is Needed to indicate that the column is a character. call add(l:output, { \ 'bufnr': a:buffer, \ 'lnum': l:line, |