summaryrefslogtreecommitdiff
path: root/ale_linters/matlab
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/matlab')
-rw-r--r--ale_linters/matlab/mlint.vim2
1 files changed, 0 insertions, 2 deletions
diff --git a/ale_linters/matlab/mlint.vim b/ale_linters/matlab/mlint.vim
index 8eb747ec..563cf19d 100644
--- a/ale_linters/matlab/mlint.vim
+++ b/ale_linters/matlab/mlint.vim
@@ -44,11 +44,9 @@ function! ale_linters#matlab#mlint#Handle(buffer, lines) abort
call add(l:output, {
\ 'bufnr': a:buffer,
\ 'lnum': l:lnum,
- \ 'vcol': 0,
\ 'col': l:col,
\ 'text': l:text,
\ 'type': 'W',
- \ 'nr': -1,
\})
endfor