Fix issue #209, "precommand modifiers at non-command-word position".

This commit is contained in:
Daniel Shahaf
2015-10-27 13:35:04 +02:00
parent 88cf98d9c4
commit 2c9f8c8c95
2 changed files with 5 additions and 2 deletions

View File

@@ -33,5 +33,5 @@ BUFFER=': command zzzzzz'
expected_region_highlight=(
"1 1 $ZSH_HIGHLIGHT_STYLES[command]" # ls
"3 9 $ZSH_HIGHLIGHT_STYLES[default]" # not precommand
"11 16 $ZSH_HIGHLIGHT_STYLES[default] 'issue #209'" # not unknown-token (since 'zzzzzz' is not a command)
"11 16 $ZSH_HIGHLIGHT_STYLES[default]" # not unknown-token (since 'zzzzzz' is not a command)
)