Merge pull request #1810 from jasongraham/jasongraham-matlab-mlint-update

Checker mlint: fix arguments.
This commit is contained in:
LCD 047 2016-07-08 19:21:48 +03:00 committed by GitHub
commit 8e77643fc6

View File

@ -19,7 +19,7 @@ let s:save_cpo = &cpo
set cpo&vim
function! SyntaxCheckers_matlab_mlint_GetLocList() dict
let makeprg = self.makeprgBuild({ 'args_after': '-id $*' })
let makeprg = self.makeprgBuild({ 'args_after': '-id' })
let errorformat =
\ 'L %l (C %c): %*[a-zA-Z0-9]: %m,'.