Update MATLAB mlint after arguements
Removes unexpected argument causing error from mlint.
This commit is contained in:
parent
cee74e0c1a
commit
158a233225
@ -19,7 +19,7 @@ let s:save_cpo = &cpo
|
|||||||
set cpo&vim
|
set cpo&vim
|
||||||
|
|
||||||
function! SyntaxCheckers_matlab_mlint_GetLocList() dict
|
function! SyntaxCheckers_matlab_mlint_GetLocList() dict
|
||||||
let makeprg = self.makeprgBuild({ 'args_after': '-id $*' })
|
let makeprg = self.makeprgBuild({ 'args_after': '-id' })
|
||||||
|
|
||||||
let errorformat =
|
let errorformat =
|
||||||
\ 'L %l (C %c): %*[a-zA-Z0-9]: %m,'.
|
\ 'L %l (C %c): %*[a-zA-Z0-9]: %m,'.
|
||||||
|
Loading…
Reference in New Issue
Block a user