telescope-frecency.nvim/lua/frecency/tests
JINNOUCHI Yasushi de41070181
fix: get file lock forcibly (#153)
* fix: get file lock forcibly

When Neovim ends without removing file locks, it will fail to open
frecency ever because file locks remain. This fix makes it remove file
locks when all attempts fail forcibly.

* test: avoid error in Windows

In Windows, unclosed file cannot be removed, so close it before
unlinking.

* feat: retry to unlink when it fails
2023-12-03 12:55:37 +09:00
..
file_lock_spec.lua fix: get file lock forcibly (#153) 2023-12-03 12:55:37 +09:00
frecency_spec.lua feat: add an command to delete an entry from DB (#152) 2023-11-24 10:51:36 +09:00
migrator_spec.lua feat: check DB file has been changed (#143) 2023-09-17 15:21:01 +09:00
minimal.lua feat: check DB file has been changed (#143) 2023-09-17 15:21:01 +09:00
native_spec.lua feat: check DB file has been changed (#143) 2023-09-17 15:21:01 +09:00
recency_spec.lua refactor!: use OO & add tests (#100) 2023-08-06 16:02:37 +09:00
util.lua feat: check DB file has been changed (#143) 2023-09-17 15:21:01 +09:00