diff --git a/src/text.c b/src/text.c index 3a967b70..4b67352a 100644 --- a/src/text.c +++ b/src/text.c @@ -1019,6 +1019,8 @@ bool execute_command(const char *command) return FALSE; } + statusbar(_("Executing...")); + /* If the command starts with "|", pipe buffer or region to the command. */ if (should_pipe) { linestruct *was_cutbuffer = cutbuffer;