linrongbin16 / fzfx.nvim

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

fix(popup): fix popup window layout calculation #668

Closed linrongbin16 closed 6 months ago

linrongbin16 commented 6 months ago

Regresion test

Platforms

Tasks

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 79.10%. Comparing base (c964aa6) to head (adca403).

Files Patch % Lines
lua/fzfx/detail/general.lua 0.00% 19 Missing :warning:
lua/fzfx/detail/popup/fzf_popup_window.lua 92.85% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #668 +/- ## ========================================== - Coverage 79.34% 79.10% -0.25% ========================================== Files 53 53 Lines 6276 6299 +23 ========================================== + Hits 4980 4983 +3 - Misses 1296 1316 +20 ```

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