vim-fuzzbox/fuzzbox.vim

Bug with my fuzzy

Closed this issue · 1 comments

Image

why i have this warning ? have you changed an option ?

Ah, that's because there is now a launcher module to launch selectors, which caches the details about the last selector launched to allow it to be resumed. That specific state should really be checked for and handled not as an error, it's a known state rather than an exception, the launcher is optional, if the popup is closed and detects it was not opened via the launcher then it should not save the launcher state.

I'll update the code, thanks for the heads up.