cdlscpmv <cdlsc...@gmail.com> wrote:
> Thanks, Daniel! I've been using the autocmd feature for some time now. It
> works great. I don't use anything except LoadCommited though. 
> 
> There is a small issue with matching subdomains. As of now I have to write
> something like this:
> 
> :autocmd LoadCommited http{s,}://ebay.com/*,http{s,}://*.ebay.com/* set
> cookie-accept=origin.
> 
> The problem is that the '*' expansion inside the curly braces is not 
> supported.
> That's not a big deal, of course, but it would be shorter to write:
> 
> :autocmd LoadCommited http{s,}://{*.,}ebay.com/* set cookie-accept=origin.

Thank you for the feedback! You are right, the '*' in curly braces would make
some patterns easier to read. I'm not sure at the moment, but I think it's
hard to implement this in such a simple way the pattern matching is done
currently. But I'll see if I can do that.

Daniel

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho
_______________________________________________
vimb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vimb-users

Reply via email to