'main': Highlight named fd redirections.

Fixes #238
This commit is contained in:
Daniel Shahaf
2018-10-22 04:30:43 +00:00
parent de23e75946
commit 38c794a978
3 changed files with 12 additions and 4 deletions

View File

@@ -31,8 +31,8 @@ BUFFER='exec {foo}>&/tmp ls'
expected_region_highlight=(
"1 4 precommand" # exec
"6 10 redirection 'issue #238'" # {foo}
"6 10 named-fd" # {foo}
"11 12 redirection" # >&
"13 16 path" # /tmp
"18 19 command 'issue #238'" # ls
"18 19 command" # ls
)