telescope-frecency.nvim/lua
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
..
frecency fix: get file lock forcibly (#153) 2023-12-03 12:55:37 +09:00
telescope/_extensions feat: add logic to store data by native code (#130) 2023-08-27 18:51:16 +09:00