danielfalk / smart-open.nvim

Neovim plugin for fast file-finding
MIT License
498 stars 25 forks source link

Highlighting doesn't seem to work right when using fzf sorter #67

Open srcrip opened 4 months ago

srcrip commented 4 months ago

The fzf sorter seems to break when you have a whitespace in your search. it begins to highlight correctly, but as soon as you have a space you do not get both parts highlighted right.

As you can see below, it also breaks sometimes even on queries with no space for some reason:

no space:

image

space:

image