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
Currently, :quitting the last Lean buffer in a tab leaves the infoview dangling in a detached state. Instead, it should automatically close the associated infoview, and :close should leave it in a detached state.
This will likely involve including the set of associated windows as part of the Infoview object, adding/removing these windows on Lean file BufEnter/BufExit, and once the last such buffer is exited, this will trigger the infoview to close as well. We should also make it (dynamically) configurable per-infoview whether or not this autoclose happens, in case someone doesn't like this -- that is, some kind of pin function that keeps the infoview around even when no Lean buffers are open.
The text was updated successfully, but these errors were encountered:
Currently,
:quit
ting the last Lean buffer in a tab leaves the infoview dangling in a detached state. Instead, it should automatically close the associated infoview, and:close
should leave it in a detached state.This will likely involve including the set of associated windows as part of the
Infoview
object, adding/removing these windows on Lean fileBufEnter
/BufExit
, and once the last such buffer is exited, this will trigger the infoview to close as well. We should also make it (dynamically) configurable per-infoview whether or not this autoclose happens, in case someone doesn't like this -- that is, some kind of pin function that keeps the infoview around even when no Lean buffers are open.The text was updated successfully, but these errors were encountered: