Hello .. > 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.
You can do that with $ diff -r dir1/ dir2/ | gvim -f - Regards, Andreas -- Help save the universe from entropy: cat /dev/random > /dev/null --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
