linrongbin16 / fzfx.nvim

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

fix(popup): fix winopts calculation #609

Closed linrongbin16 closed 5 months ago

linrongbin16 commented 6 months ago

Fix #603 .

Regresion test

Platforms

Tasks

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 78.27%. Comparing base (c3b860f) to head (936518f).

Files Patch % Lines
lua/fzfx/detail/popup/buffer_popup_window.lua 79.68% 13 Missing :warning:
lua/fzfx/detail/popup/popup_helpers.lua 98.13% 2 Missing :warning:
lua/fzfx/detail/general.lua 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #609 +/- ## ========================================== - Coverage 78.39% 78.27% -0.13% ========================================== Files 51 51 Lines 5763 5708 -55 ========================================== - Hits 4518 4468 -50 + Misses 1245 1240 -5 ```

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