Hi,
I am using cppCheck to generate some error list.
error list is well display with gcc errorformat but I would like while
cppCheck is progressing to display the percent progress.
I encounter 2 pbs:
1/ when I redirect to c:\\infos.txt, nothing is created while when I
copy this command into a console cmd under xp it is working.
let cmd = "cppCheck " . a:dir . " -a -q --enable=all --template \"gcc
\" 1> c:\\infos.txt"
cexpr system(cmd)
copen
2/ when I put this command into cmd xp console I obtain this file
content.
I would like to display into echo or status line the changing value of
progress :
Checking C:\trunk\sources\one.cpp...
1/20 files checked 5% done
Checking C:\trunk\sources\two.cpp...
2/20 files checked 10% done
Checking C:\trunk\sources\three.cpp...
3/20 files checked 15% done
thank you
--
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