On 16.10.2020 9:14, Christian Brabandt wrote:
On a related note, I wonder whether SEPARATOR_BONUS should also be added
for path delimiters (`/` on unix `\` on windows).


I think it makes sense:

let g:tdata = ['hello/world','hellopworld', 'helloworld']
echo g:tdata->matchfuzzy('llwod')

current result:

['helloworld', 'hello/world', 'hellopworld']

better result would probably be

['hello/world', 'helloworld', 'hellopworld']


--
--
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/5fe819d1-a880-8623-ad22-68e2d33c10a4%40gmail.com.

Raspunde prin e-mail lui