linrongbin16 / fzfx.nvim

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

fix(preview): fix show/hide preview window when popup relative is 'win' #691

Closed linrongbin16 closed 2 months ago

linrongbin16 commented 2 months ago

Fix #682 .

Regresion test

Platforms

Tasks

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 80.00000% with 23 lines in your changes are missing coverage. Please review.

Project coverage is 79.47%. Comparing base (e502269) to head (1537265).

:exclamation: Current head 1537265 differs from pull request most recent head 655e33c. Consider uploading reports for the commit 655e33c to get more accurate results

Files Patch % Lines
lua/fzfx/detail/popup/buffer_popup_window.lua 62.50% 15 Missing :warning:
.../fzfx/detail/popup/buffer_popup_window_helpers.lua 66.66% 7 Missing :warning:
lua/fzfx/detail/popup/fzf_popup_window.lua 96.42% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #691 +/- ## ========================================== + Coverage 79.01% 79.47% +0.46% ========================================== Files 53 54 +1 Lines 6309 6358 +49 ========================================== + Hits 4985 5053 +68 + Misses 1324 1305 -19 ```

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