please try following.
-------------
$ cat > cmd.c
#include <windows.h>
#include <stdio.h>
int
main(int argc, char* argv[]) {
MessageBox(0, GetCommandLine(), "foo", MB_OK);
return 0;
}
^D
$ c:\mingw\bin\gcc -o cmd.exe cmd.c -luser32
$ gvim -N -u NONE test5.vim
-------------
Then type ":so %", What message is shown? On my environment, following
message is shown.
cmd /c ls | nkf -s
--
You received this message from the "vim_dev" 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