linrongbin16 / fzfx.nvim

A Neovim fuzzy finder that updates on every keystroke.
https://linrongbin16.github.io/fzfx.nvim/
MIT License
122 stars 5 forks source link

fix(file explorer): record cannot go upper (ctrl-h) issue in empty dir #551

Closed linrongbin16 closed 8 months ago

linrongbin16 commented 8 months ago

Fix #507 .

Regresion test

Platforms

Tasks

codecov[bot] commented 8 months ago

Codecov Report

Attention: 14 lines in your changes are missing coverage. Please review.

Comparison is base (d44e4dc) 80.21% compared to head (eaf24b8) 80.10%. Report is 2 commits behind head on main.

:exclamation: Current head eaf24b8 differs from pull request most recent head 3cda437. Consider uploading reports for the commit 3cda437 to get more accurate results

Files Patch % Lines
lua/fzfx/detail/general.lua 0.00% 6 Missing :warning:
lua/fzfx/cfg/file_explorer.lua 63.63% 4 Missing :warning:
lua/fzfx/detail/rpcserver.lua 20.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #551 +/- ## ========================================== - Coverage 80.21% 80.10% -0.12% ========================================== Files 45 45 Lines 4509 4528 +19 ========================================== + Hits 3617 3627 +10 - Misses 892 901 +9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.