Hi,

I use cppCheck and would use both streaming data output at level 0 and
1.

How can I retrieve them ?

I have tried with this one :

func! AnalysisWithCppCheck(dir)

        set errorformat=%f:%l:\ %m

        let l:temp = tempname()

        "call EchoAndWait(l:temp,1000)
        let cmd = "cppCheck " . a:dir . " -a -q --enable=all --template \"gcc
\" 1> c:\\infos.txt"
        cexpr system(cmd)
        copen
endfunc

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