From 75eb293f986f5674041159c714e1fffbe773b04b Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sun, 13 May 2018 17:59:01 +1000 Subject: Rename Context::Flags::Transient to Context::Flags::Draft Draft is well establish and all draft context are transient. --- src/buffer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buffer.cc') diff --git a/src/buffer.cc b/src/buffer.cc index 79660c9b..d82b4627 100644 --- a/src/buffer.cc +++ b/src/buffer.cc @@ -695,7 +695,7 @@ void Buffer::run_hook_in_own_context(StringView hook_name, StringView param, Str return; InputHandler hook_handler{{ *this, Selection{} }, - Context::Flags::Transient, + Context::Flags::Draft, std::move(client_name)}; hooks().run_hook(hook_name, param, hook_handler.context()); } -- cgit v1.2.3