>I don't have any documentation on cppCheck, so I'm just guessing
>here.  It looks to me as thought your cmd is redirecting the stdout
>of cppCheck to c:\infos.txt.  Therefore, system(cmd) doesn't have
>any output to put into the quickfix list.  I think you need to
>either remove that redirection or use :cfile to read c:\infos.txt
>into the quickfix list.

cppCheck on output level 1 is writing its progress
cppCheck on output level 0 is writing its analysis
My goal is to catch the both levels.


That's why my question 1 was not  how to open an external file but why
this external file is not feed.
Maybe system( call of vim is not the good func or is not done like it
should be to catch both stream

-- 
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

Reply via email to