You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no easy way to know when a Buffer is closed. If you replace it by calling BufPane:OpenBuffer() directly from a plugin, it does not trigger anything.
Description
There is no easy way to know when a
Bufferis closed. If you replace it by callingBufPane:OpenBuffer()directly from a plugin, it does not trigger anything.