Open awaken233 opened 4 years ago
For open\b\r
, Vimium will use it to search in the whole text to get a list of matched words, which is ["open"]
in this case, and then it execute window.find("open", ...)
to tell your browser to search for it - this is why opens
will also be matched.
Currently there's no code in Vimium to do further checks to exclude unexpected matches like opens
.
I have a customized version of Vimium, named Vimium C, and it does more post-find checks (to try its best, although still might fail) to let the finding result match your regexp.
Why not search "open "? (open with a space following)
Describe e.g. I would like to search for an exact word say
open
but I do not want to findopens
oropened
.To Reproduce Steps to reproduce the behavior:
Here's what I tried. I didn't get what I wanted
open\b\r
\<open\>