aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMatthew White <mehw.is.me@inventati.org>2021-08-02 00:55:04 +0000
committerMatthew White <mehw.is.me@inventati.org>2021-10-21 00:22:39 +0200
commit8dd102d26ccc478a0f1b12a0136aa38e8fcffc88 (patch)
treef55044e391474e38f42e66e9b3ef3590240dd910 /CHANGELOG.md
parent4d085f5b0549742521dc62e60ddae4047906a49c (diff)
basic-persp-killing-buffers: test killing buffers
A buffer should not be killable when it's a perspective's last left buffer. This prevents adding a buffer from another perspective. A perspective can be killed, though, even if it has only one buffer. It should be possible to remove buffers from perspectives, unless a buffer is the perspective's last left buffer.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b7ebb7..4c7a3ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### ERT tests added
+- `basic-persp-killing-buffers`: test killing buffers, a perspective's last left live buffer should not be killable/removable.
- `basic-persp-window-prev-buffers`: evaluate if `window-perv-buffers` gets buffers of other perspectives.
- `basic-persp-set-buffer`: evaluate `persp-set-buffer`.
- `basic-persp-add-buffer`: evaluate `persp-add-buffer`.