On Tue, Dec 09, 2008 at 11:03:03AM +0800, Steven Woody wrote: > I want to compare difference of two whole directory (with > subdirectories). Is vimdiff help in this case? I know, there is a > program winmrege on windows can do this task, but I am finding a > solution on Linux. Any suggest will be highly appreciated.
diff -R foo/ bar/ | vim or such.. also have a look at http://www.vim.org/scripts/script.php?script_id=102 However its much slower to use. So it depends on your use case. Marc Weber --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
