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

Regex search and word boundary #657

Open artem-nefedov opened 6 years ago

artem-nefedov commented 6 years ago

Currently, none of the following word boundary notations seem to work:

Also, using \b does have some effect on the search results, but I can't figure out what exactly it does. Possibly, adding a reference on regex engine to the help page may be useful.