diff options
Diffstat (limited to 'ale_linters/sh/shell.vim')
-rw-r--r-- | ale_linters/sh/shell.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ale_linters/sh/shell.vim b/ale_linters/sh/shell.vim index 786cc0e6..c7365ae9 100644 --- a/ale_linters/sh/shell.vim +++ b/ale_linters/sh/shell.vim @@ -57,11 +57,9 @@ function! ale_linters#sh#shell#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 |