vim-fuzzbox/fuzzbox.vim

unlisted scratch buffers leakage.

Closed this issue · 1 comments

After having made few searches, I notice a long list of unlisted scratch buffers (check with :ls u). It looks like a buffer leakage.
Possible solution: close them in the callback functions.

image

It should be fixed in the latest commit.