Is it possible to change the tab display based on whether it contains a window with a buffer with unsaved changes? #105
alligatortower
started this conversation in
General
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm assuming it involves
tab.wins().foreach({callback})
and thenwin.buf()
but I'm not sure how to grab the state of the buffer from there.Beta Was this translation helpful? Give feedback.
All reactions