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

perf(feed): use isolated memory space for resume across different nvim instances #549

Closed linrongbin16 closed 8 months ago

linrongbin16 commented 8 months ago

Fix #446 .

Regresion test

Platforms

Tasks

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (7185bb0) 80.06% compared to head (a75df66) 80.42%.

Files Patch % Lines
lua/fzfx/detail/general.lua 0.00% 8 Missing :warning:
lua/fzfx/detail/fzf_helpers.lua 91.42% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #549 +/- ## ========================================== + Coverage 80.06% 80.42% +0.36% ========================================== Files 45 45 Lines 4489 4511 +22 ========================================== + Hits 3594 3628 +34 + Misses 895 883 -12 ```

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