summaryrefslogtreecommitdiff
path: root/src/client_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/client_manager.cc')
-rw-r--r--src/client_manager.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client_manager.cc b/src/client_manager.cc
index 07322fed..c2a7dcce 100644
--- a/src/client_manager.cc
+++ b/src/client_manager.cc
@@ -67,6 +67,8 @@ void ClientManager::ensure_no_client_uses_buffer(Buffer& buffer)
{
for (auto& client : m_clients)
{
+ client.context->forget_jumps_to_buffer(buffer);
+
if (&client.context->buffer() != &buffer)
continue;