>E.x. I need something like
>$ gvim < `diff -r dir1/ dir2/`
Just open up a "blank session" (no file named on the commandline) and
:r !diff -r dir1/ dir2/
and that's pretty much it.
I do that all the time to get a filelist of everything in a dir, ie,
create a generic file, then ':r !dir' then edit it to just the
filenames.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---