Hi
I was wondering if there's a way to see the output of any command, straight inside vim, rather than first redirecting it into a file and then opening that file.
E.x. I need something like
$ gvim < diff -r dir1/ dir2/
This gives ambiguous redirect error message
I just want to see the diffs between dir1 and dir2 straight inside gvim.
Can any one provide a nice hack?
Thanks Aman Jain