mirror of
https://github.com/neovim/neovim.git
synced 2026-05-08 06:50:45 +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 "?".