telescope-frecency.nvim/lua/frecency
JINNOUCHI Yasushi 1acb245b01
fix: deal with files that have no timestamps (#120)
* test: add tests for removing timestamps

I had a doubt when removing entries from timestamps, it could remove
ones for other files. I added tests but it was a needless fear.

* fix: deal with files that have no timestamps

I do not know why this case occurs. But care it.
2023-08-11 09:52:28 +09:00
..
tests fix: deal with files that have no timestamps (#120) 2023-08-11 09:52:28 +09:00
async_finder.lua fix: add fs.joinpath to work in v0.9.0 (#118) 2023-08-10 18:40:02 +09:00
database.lua fix: do nothing when v:oldfiles are empty (#116) 2023-08-09 09:31:10 +09:00
entry_maker.lua refactor!: use OO & add tests (#100) 2023-08-06 16:02:37 +09:00
finder.lua refactor!: use OO & add tests (#100) 2023-08-06 16:02:37 +09:00
frecency.lua fix: deal with the case called with no opts (#113) 2023-08-07 07:19:29 +09:00
fs.lua fix: add fs.joinpath to work in v0.9.0 (#118) 2023-08-10 18:40:02 +09:00
init.lua refactor!: use OO & add tests (#100) 2023-08-06 16:02:37 +09:00
picker.lua fix: deal with files that have no timestamps (#120) 2023-08-11 09:52:28 +09:00
recency.lua refactor!: use OO & add tests (#100) 2023-08-06 16:02:37 +09:00
types.lua chore: add types for plenary.async (#115) 2023-08-07 17:46:32 +09:00
web_devicons.lua refactor!: use OO & add tests (#100) 2023-08-06 16:02:37 +09:00