Update MATLAB mlint after arguements

Removes unexpected argument causing error from mlint.
This commit is contained in:
Jason 2016-07-08 09:08:16 -07:00 committed by GitHub
parent cee74e0c1a
commit 158a233225

View File

@ -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,'.