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)
|
||||
return {
|
||||
value = entry.filename,
|
||||
display = make_display,
|
||||
ordinal = entry.filename,
|
||||
name = entry.filename,
|
||||
score = entry.score
|
||||
filename = entry.filename,
|
||||
display = make_display,
|
||||
ordinal = entry.filename,
|
||||
name = entry.filename,
|
||||
score = entry.score
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user