diff --git a/src/normal.cc b/src/normal.cc index f19f88ec..6f2c95b1 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -438,7 +438,8 @@ void yank(Context& context, NormalParams params) { RegisterManager::instance()[params.reg] = context.selections_content(); context.print_status({ "yanked " + to_string(context.selections().size()) + - " selections", get_face("Information") }); + " selections to register " + StringView{params.reg}, + get_face("Information") }); } void erase_selections(Context& context, NormalParams params)