I think I have found the problem and it is M$Win-specific: When I use a pattern starting at the root directory, i.e. /some/directory/*, this is not recognized as matching a file in the current directory when I am in /some/directory since the full path of the file is something like C:/some/directory. If I change the pattern to */some/directory/*, everything works properly.
On Sun, Oct 12, 2008 at 11:15 AM, Efraim Yawitz <[EMAIL PROTECTED]> wrote: > Here's the exact autocommand: > > :au BufRead /ephraim/msys/1.0/home/ephraim/src/lout-3.34/include/* set > syn=lout --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
