fix: Make tests pass again

This commit is contained in:
TJ DeVries
2020-09-17 21:51:14 -04:00
parent 93369e1488
commit f3fc1ca8c1
3 changed files with 31 additions and 32 deletions

View File

@@ -55,7 +55,6 @@ sorters.get_ngram_sorter = function()
return score
end)
print(prompt, line, result)
return ok and result or 1
end
}
@@ -209,13 +208,6 @@ sorters.get_fuzzy_file = function(opts)
}
end
sorters.get_norcalli_sorter = function()
vim.api.nvim_err_writeln(
"get_norcalli_sorter() is changed to get_generic_fuzzy_sorter()"
)
return sorters.get_generic_fuzzy_sorter()
end
sorters.get_generic_fuzzy_sorter = function()
local ngramlen = 2