mirror of
https://github.com/kristoferssolo/telescope-frecency.nvim.git
synced 2026-02-04 23:02:06 +00:00
fix empty listing on windows.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user