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

Issue: typing hint character does not work in regular search sometimes #295

Closed narutohahahaha closed 9 months ago

narutohahahaha commented 9 months ago

Hi there,

I found that the regular search sometimes does not work. When i search for something under "/" and then hit the hint character to jump. It says the pattern is not found (pattern == characters I typed in---the last character is the hint character).

This problem does not always happen. I notice that it usually works in small files but does not on large files.

My config is attached below: return { "folke/flash.nvim", vscode = false, keys = { }, opts = { modes = { char = { enabled = false, }, search = { enabled = true, } } } }