mirror of
https://github.com/kristoferssolo/telescope-frecency.nvim.git
synced 2025-10-21 20:10:38 +00:00
fix empty listing on windows.
This commit is contained in:
parent
a5803b6755
commit
3f6025c78a
@ -162,11 +162,11 @@ local frecency = function(opts)
|
|||||||
|
|
||||||
local entry_maker = function(entry)
|
local entry_maker = function(entry)
|
||||||
return {
|
return {
|
||||||
value = entry.filename,
|
filename = entry.filename,
|
||||||
display = make_display,
|
display = make_display,
|
||||||
ordinal = entry.filename,
|
ordinal = entry.filename,
|
||||||
name = entry.filename,
|
name = entry.filename,
|
||||||
score = entry.score
|
score = entry.score
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user