> I have tried using vimgrep, but I don't know how to capture the output > into a variable.
vimgrep saves the information as quickfixlist, which can be retrieved via the getqflist() function. You might want to add the j flag to the call to the :vimgrep command. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
