-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
persp-activate: forget windows buffers not in perspective
Implement a dirty flag to let a perspective forget buffers which are found in windows, but do not belong to the perspective. A buffer removed from a perspective by manipulating the frame's hash table, requires the perspective's dirty flag to be set. This is required since 'persp-maybe-kill-buffer' no longer updates a perspective's windows configuration. When a removed buffer is still part of a windows configuration, a perspective will get back removed buffers when re-activated.
- Loading branch information
Showing
2 changed files
with
33 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters