sudo/redirections: Fix remaining part of issue #221, "sudo and redirection don't mix".

This commit is contained in:
Daniel Shahaf
2015-10-28 13:06:30 +02:00
parent 0d1bfbcbfa
commit 86e9249709
2 changed files with 3 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ expected_region_highlight=(
"1 4 $ZSH_HIGHLIGHT_STYLES[precommand]" # sudo
"6 6 $ZSH_HIGHLIGHT_STYLES[redirection]" # >
"7 10 $ZSH_HIGHLIGHT_STYLES[path]" # /tmp
"12 13 $ZSH_HIGHLIGHT_STYLES[single-hyphen-option] 'issue #221'" # -u
"12 13 $ZSH_HIGHLIGHT_STYLES[single-hyphen-option]" # -u
"15 23 $ZSH_HIGHLIGHT_STYLES[default]" # otheruser
"25 26 $ZSH_HIGHLIGHT_STYLES[command]" # ls
)