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 257e29d..e67aa2f 100644 --- a/src/core-commands.c +++ b/src/core-commands.c @@ -595,7 +595,8 @@ teco_state_start_input(teco_machine_main_t *ctx, gunichar chr, GError **error) ['['] = {&teco_state_pushqreg}, [']'] = {&teco_state_popqreg, .modifier_colon = 1}, - ['G'] = {&teco_state_getqregstring}, + ['G'] = {&teco_state_getqregstring, + .modifier_colon = 1}, ['Q'] = {&teco_state_queryqreg, .modifier_colon = 1}, ['U'] = {&teco_state_setqreginteger, |