Hi,

Efraim Yawitz wrote:
> Why doesn't the following work to make all files in a given directory
> have a certain syntax highlighting?
> 
> :au BufRead /some/directory set syn=somesyntax

because the command is missing the file name part in the pattern

  :au BufRead /some/directory/* set syn=somesyntax

Regards,
Jürgen

-- 
Sometimes I think the surest sign that intelligent life exists elsewhere
in the universe is that none of it has tried to contact us.     (Calvin)

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to