On 2010-03-11, epanda wrote:
> let &makeprg = "cppcheck " . g:workingDirectory . " --enable=all --
> verbose --template gcc $* "
>
> Gary I don't understand why $* is here for ?
I must have thought I was going to need to follow those arguments
with something else, then forgot to take that out. It's not
necessary. Thanks for pointing it out.
I also inserted this line above that one in my script:
set errorformat+=%-G%.%#
That will keep the progress messages from appearing in the quickfix
list.
Regards,
Gary
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php