On Mon, Aug 31, 2009 at 10:19 AM, Brett Stahlman<[email protected]> wrote: ... > The globpath function does not take a regular expression, but rather a > glob pattern, such as would be accepted by glob(). To see what > metacharacters are significant... > :help wildcard
Thanks Brett. Now I suck everything back with a * and then use a filter() for the regex on the list afterwards. Dave --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
