aliases: Highlight aliases with '=' in their LHS as error. (Part of issue #263.)

This commit is contained in:
Daniel Shahaf
2016-01-11 15:07:18 +00:00
parent 5e4b446dee
commit 28932316cc
2 changed files with 23 additions and 4 deletions

View File

@@ -34,5 +34,5 @@ ZSH_HIGHLIGHT_STYLES[alias]=$unused_highlight
BUFFER='x=y ls'
expected_region_highlight=(
"1 3 $ZSH_HIGHLIGHT_STYLES[unknown-token] 'issue #263, #issuecomment-170579803'" # x=y
"1 3 $ZSH_HIGHLIGHT_STYLES[unknown-token]" # x=y
)