'main': Don't match redirection operators in command substitutions as <-> number range globs. Fixes #483.

This commit is contained in:
Daniel Shahaf 2018-01-18 23:26:20 +00:00
commit 1c4ad6b6dc
2 changed files with 2 additions and 2 deletions

View file

@ -32,5 +32,5 @@ BUFFER=$': $(<foo)'
expected_region_highlight=(
'1 1 builtin' # :
'3 9 default "issue #483"' # $(<foo)
'3 9 default' # $(<foo)
)