]> git.gir.st - VimFx.git/commit
Don't use wildcards with full URLs in the `gB` command
authorSimon Lydell <simon.lydell@gmail.com>
Sat, 17 Sep 2016 09:14:52 +0000 (11:14 +0200)
committerSimon Lydell <simon.lydell@gmail.com>
Sat, 17 Sep 2016 09:14:52 +0000 (11:14 +0200)
commit998688570757981a4283b36217831f1d519a9e34
tree7fdc98dbe7b5c56cb1aa680a8f3044beed41e9e1
parenta6b54b416ab39801bdc234afdd01ebe9af10daf3
Don't use wildcards with full URLs in the `gB` command

If there is no `location.host` available, such as for `about:*` and
`file://` pages, the _entire_ URL is used instead for the suggested
blacklist addition in the `gB` command. With this commit, such entire
URLs are no longer wrapped in `*` wildcards, as it makes no sense.
extension/lib/commands.coffee
Imprint / Impressum