Andy Stewart
Andy Stewart
Here's another scoring method which I quite like. It keeps the same order in which the results are returned, i.e. the `matches DESC, score ASC`. The more matches the better,...
The score is simply the [length of the string](https://github.com/mezis/fuzzily/blob/b91323ed8de5aa8872590dfce388d6234dda0e3d/lib/fuzzily/trigram.rb#L14). The result score is the length of the result string, and the search text score is the length of the text...
I prefer the new scoring. I noticed that a query of `amuser` will score 3 against `banjo/app/models/user.rb` instead of 2, because the score count starts at the `a` in `banjo`...
Out of curiosity, would you mind describing the algorithm you really want?
I've never used filters so I don't know how they work in any great detail. When you use `--textconv` are the line numbers in the git-diff output correct for the...
That's all good to know. Do you have steps for setting up a simple filter so I can experiment please?
Thanks for this, much appreciated. I'll take a look as soon as I get some time.
Sorry for the delay, I've been away. __master__ table: I think the final row's results are wrong: the code will set both the foreground and the background regardless of `g:gitgutter_set_sign_backgrounds`....
Ah, is it `slimrb -c FILE`?
As far as I understand a popup window cannot be focused so it wouldn't be possible to use the mappings etc.