1995eaton / chromium-vim

Vim bindings for Google Chrome.
https://chrome.google.com/webstore/detail/cvim/ihlenndgcmojhcghmfjfneahoeklbjjh
MIT License
2.26k stars 325 forks source link

Ability to whitelist #239

Closed collinpeters closed 9 years ago

collinpeters commented 9 years ago

I have a situation where I would like to use cVim at http://domain/foo/bar, but not at http://domain/foo. Is this possible at all? I was thinking a whitelist that overrode the blacklist.

1995eaton commented 9 years ago

Just added this. Prefix blacklist items with @ and they'll act as whitelists. Example:

let blacklists = ['@http://domain/foo/bar', 'http://domain/foo/*']
collinpeters commented 9 years ago

Awesome turnaround!

collinpeters commented 9 years ago

Any ETA on release of this?