Yggdroot / LeaderF

An efficient fuzzy finder that helps to locate files, buffers, mrus, gtags, etc. on the fly for both vim and neovim.
Apache License 2.0
2.14k stars 180 forks source link

The leaderf popup window won't change its size when opened second time #1083

Closed zhyzky closed 2 months ago

zhyzky commented 2 months ago

Describe your question, feature request, or bug.

When the popup window closed and reopened, its size will remain the same even if vim itself resized.

Steps to reproduce

First, open a leaderf popup window Then close the leaderf window Resize vim window Reopen leaderf window

Actual behaviour

Leaderf window should change its size according to vim size

Expected behaviour

Leaderf window size remains the same I think it has something todo with manager._is_previewed, that not set to false when closed.

Yggdroot commented 2 months ago

Actual behaviour Leaderf window should change its size according to vim size

Expected behaviour Leaderf window size remains the same I think it has something todo with manager._is_previewed, that not set to false when closed.

I don't understand what you mean. What is Actual behaviour and what is Expected behaviour?

zhyzky commented 2 months ago

Strange the issue gone. Just closed it!