'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:25:42 +00:00
parent 901063aa0f
commit 0458b0c16f
3 changed files with 16 additions and 11 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)
)