:vimgrep can grep recursively for subdirectories, however, when there is a symlink directory point to itself or parent, :vimgrep will run forever.
For some reason our project source tree must contains some symlink to itself. i.e. ~$ cd foobar ~/foobar$ ln -s ../foobar foobar ~/foobar$ ls foobar -> ../foobar It is possible to do :vimgrep in such a directory tree? --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
