Hi,
On Tue, Sep 15, 2020 at 10:57 AM Prabir Shrestha <[email protected]>
wrote:
> I commented in PR. It is starting to look good. Currently my big concern
> is about multiple highlights for the same item.
>
> Result should look like this. when using matchfuzzypos(['curl', 'world',
> 'curl world'], 'rl'). Need to create one more list for each item.
>
> [
> [ "curl", "world", "curl world"],
> [
> [ [2,3] ],
> [ [2,3 ] ],
> [ [2,3], [7,8] ]
> ]
> ]
>
>
> As I replied in the other thread, the current fuzzy matching algorithm
only looks
for the first match.
BTW, I don't see fzf highlighting multiple matches within a single string.
$ echo 'curl world' | fzf
When you tryp 'rl', only the first match is highlighted.
- Yegappan
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/CAAW7x7nnwb3XiacYaSfHdqgPWh_1J_Q8GrSPu%2Be4D%3D9UsT6zOA%40mail.gmail.com.