mirror of
https://github.com/neovim/neovim.git
synced 2026-04-05 15:18:35 +00:00
Problem: fuzzy string matching executed when not needed
Solution: when no leader is available, can skip fuzzy logic, so return
early (glepnir)
closes: vim/vim#14986
1c29602662
Co-authored-by: glepnir <glephunter@gmail.com>