summaryrefslogtreecommitdiffstats
path: root/src/cmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmds.c')
-rw-r--r--src/cmds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmds.c b/src/cmds.c
index 4f32da6..18eb57a 100644
--- a/src/cmds.c
+++ b/src/cmds.c
@@ -2911,6 +2911,7 @@ int is_single_command (struct block * buf, long timeout) {
result = MOVEMENT_CMD;
else if (buf->value == L'{' ||
buf->value == L'}' ||
+ buf->value == L'f' ||
buf->value == L'|')
result = EDITION_CMD;