Files
neovim/runtime/lua/vim
Justin M. Keyes 6318edadc3 fix(defaults): visual hash (#) on text with "?"
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 "?".
2023-07-08 15:33:28 +02:00
..
2023-05-13 21:33:22 +02:00
2023-06-25 17:14:28 +02:00