diff --git a/src/input_handler.cc b/src/input_handler.cc index 19fd0efd..75491041 100644 --- a/src/input_handler.cc +++ b/src/input_handler.cc @@ -1005,8 +1005,8 @@ public: if (context().has_client() and context().options()["readonly"].get()) - context().print_status({ "Entering insert mode while readonly", - get_face("Information") }); + context().print_status({ "Warning: This buffer is readonly", + get_face("Error") }); } ~Insert()