From fb2ba9d16c2954e63ee5257b59cf6e8572abde5e Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 9 Apr 2025 01:18:13 +0300 Subject: fixup: command can be at-modified as in `@EI/foo/` --- src/core-commands.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core-commands.c b/src/core-commands.c index b182f2e..7506e2e 100644 --- a/src/core-commands.c +++ b/src/core-commands.c @@ -2523,7 +2523,8 @@ teco_state_ecommand_input(teco_machine_main_t *ctx, gunichar chr, GError **error .modifier_at = TRUE, .modifier_colon = 1}, ['G'] = {&teco_state_egcommand, .modifier_at = TRUE, .modifier_colon = 1}, - ['I'] = {&teco_state_insert_nobuilding}, + ['I'] = {&teco_state_insert_nobuilding, + .modifier_at = TRUE}, ['M'] = {&teco_state_macrofile, .modifier_at = TRUE, .modifier_colon = 1}, ['N'] = {&teco_state_glob_pattern, -- cgit v1.2.3