diff options
Diffstat (limited to 'src/core-commands.c')
-rw-r--r-- | src/core-commands.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core-commands.c b/src/core-commands.c index 3aaf816..257e29d 100644 --- a/src/core-commands.c +++ b/src/core-commands.c @@ -605,7 +605,8 @@ teco_state_start_input(teco_machine_main_t *ctx, gunichar chr, GError **error) .modifier_colon = 1}, ['X'] = {&teco_state_copytoqreg, .modifier_at = TRUE, .modifier_colon = 1}, - ['='] = {&teco_state_print_decimal}, + ['='] = {&teco_state_print_decimal, + .modifier_colon = 1}, /* * Arithmetics |