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(previewer): fix buffer previewer hidden options #689

Closed linrongbin16 closed 2 months ago

linrongbin16 commented 2 months ago

Fix #603 , the comment: https://github.com/linrongbin16/fzfx.nvim/issues/603#issuecomment-2034411948.

Regresion test

Platforms

Tasks

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 79.02%. Comparing base (ba8d3ef) to head (6f6a2e0).

Files Patch % Lines
lua/fzfx/detail/popup/buffer_popup_window.lua 48.21% 29 Missing :warning:
lua/fzfx/detail/general.lua 0.00% 9 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #689 +/- ## ========================================== - Coverage 79.10% 79.02% -0.09% ========================================== Files 53 53 Lines 6298 6307 +9 ========================================== + Hits 4982 4984 +2 - Misses 1316 1323 +7 ```

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