diff options
Diffstat (limited to 'ale_linters/d')
-rw-r--r-- | ale_linters/d/dmd.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ale_linters/d/dmd.vim b/ale_linters/d/dmd.vim index bf3d3d38..45565d0c 100644 --- a/ale_linters/d/dmd.vim +++ b/ale_linters/d/dmd.vim @@ -68,7 +68,6 @@ function! ale_linters#d#dmd#Handle(buffer, lines) abort let l:type = l:match[3] let l:text = l:match[4] - " vcol is Needed to indicate that the column is a character. call add(l:output, { \ 'bufnr': bufnr('%'), \ 'lnum': l:line, |