mirror of
https://github.com/neovim/neovim.git
synced 2026-01-20 03:47:02 +00:00
Problem:
The default "#" mapping fails on the following example after v$h# with
cursor at start of the first line:
aa?/\bb
aa
aa?/\bb
Solution:
Also escape "?".