folke / flash.nvim

Navigate your code with search labels, enhanced character motions and Treesitter integration
Apache License 2.0
2.47k stars 33 forks source link

bug: Does not support magic `\v` when use `/` to search #278

Open mrbeardad opened 10 months ago

mrbeardad commented 10 months ago

Did you check docs and existing issues?

Neovim version (nvim -v)

v0.9.4

Operating system/version

Microsoft Windows 11 Home 10.0.22621 N/A Build 22621

Describe the bug

image

Steps To Reproduce

  1. Press /\vkeymap
  2. Pattern matches bu no jump labels appear

Expected Behavior

The pattern \vkeymap matches keymap in vim, so the labels should appear around matches.

Repro

No response

aktau commented 6 months ago

I was confused about why the integration wasn't working for me either. Turns out it's because of this in my config:

nnoremap / /\v
vnoremap / /\v
github-actions[bot] commented 2 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

simonmandlik commented 2 months ago

please keep

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

simonmandlik commented 1 month ago

please keep

github-actions[bot] commented 3 weeks ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

simonmandlik commented 3 weeks ago

please keep