From 6e7ee3829225d5c97c1ebfff686050142ffe5867 Mon Sep 17 00:00:00 2001 From: Simon Hauser Date: Sun, 3 Apr 2022 13:33:33 +0200 Subject: chore: reformat with stylua 0.13 --- lua/telescope/sorters.lua | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'lua/telescope/sorters.lua') diff --git a/lua/telescope/sorters.lua b/lua/telescope/sorters.lua index 167a67b..8e266b3 100644 --- a/lua/telescope/sorters.lua +++ b/lua/telescope/sorters.lua @@ -382,15 +382,15 @@ sorters.get_generic_fuzzy_sorter = function(opts) -- TODO: Copied from ashkan. local denominator = ( - (10 * match_count / #prompt_ngrams) - -- biases for shorter strings - -- TODO(ashkan): this can bias towards repeated finds of the same - -- subpattern with overlapping_ngrams - + 3 * match_count * ngram_len / #line - + consecutive_matches - + N / (contains_string or (2 * #line)) -- + 30/(c1 or 2*N) - - ) + (10 * match_count / #prompt_ngrams) + -- biases for shorter strings + -- TODO(ashkan): this can bias towards repeated finds of the same + -- subpattern with overlapping_ngrams + + 3 * match_count * ngram_len / #line + + consecutive_matches + + N / (contains_string or (2 * #line)) -- + 30/(c1 or 2*N) + + ) if denominator == 0 or denominator ~= denominator then return -1 -- cgit v1.2.3