'main': Don't progress the $in_redirection staller while $in_param.

Fixes #712.
This commit is contained in:
Daniel Shahaf
2020-06-08 14:38:14 +00:00
parent 792c065acb
commit 6fd92e1bbd
2 changed files with 3 additions and 3 deletions

View File

@@ -35,6 +35,6 @@ BUFFER=$'<$fn cat'
expected_region_highlight=(
'1 1 redirection' # <
'2 4 path "issue #712"' # $fn
'6 8 command "issue #712"' # cat
'2 4 path' # $fn
'6 8 command' # cat
)