Hi, looks like text matched in the beginning has lower score than a shorter line with text not in the beginning:
https://i.imgur.com/CuBkw0S.gif min repro: echo ['hello world with a longer line', 'onceHello']->matchfuzzy('hello') result: ['onceHello', 'hello world with a longer line'] I personally would expect that 'hello world with a longer line' would be scored higher. -- -- 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/f1171f00-c7de-4df1-be7a-2defe7919261n%40googlegroups.com.
