1995eaton / chromium-vim

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

Fix matchLocation for pattern with port #619

Open tmsanrinsha opened 6 years ago

tmsanrinsha commented 6 years ago

This PR makes blacklists with port work.

Example:

let blacklists = ['*://localhost:8888/*']