* Peter Kruse <pjo...@gmail.com> [2011-08-09 16:15]:
> THAT MEANS I CANNOT IGNORE FILES THAT BEGIN WITH "syntax:"
>
> actually I can by doing something clever like "syntax.*"

It does not detract from the hate, but you should be able to use
the old `ps | grep` trick here: write `syntax[:]` or `[s]yntax:`
or some variation to ignore such files.

Reply via email to