diff --git a/src/normal.cc b/src/normal.cc index 53e7cbd5..85aed2db 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -1093,7 +1093,7 @@ void select_object(Context& context, NormalParams params) return select_and_set_last( context, std::bind(obj_it->func, _1, _2, count, flags)); - if (cp == ':') + if (cp == 'c') { const bool info = show_auto_info_ifn( "Enter object desc", "format: ,", @@ -1170,7 +1170,7 @@ void select_object(Context& context, NormalParams params) {{'i'}, "indent"}, {{'u'}, "argument"}, {{'n'}, "number"}, - {{':'}, "custom object desc"}})); + {{'c'}, "custom object desc"}})); } template