mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
'main': Fix issue #677, concerning multiline aliases.
The fix is to exempt such aliases from the empty commands sanity check.
This commit is contained in:
parent
8211a95421
commit
ade4b28d2d
3 changed files with 16 additions and 3 deletions
|
|
@ -33,5 +33,5 @@ alias x=$'# foo\npwd'
|
|||
BUFFER='x'
|
||||
|
||||
expected_region_highlight=(
|
||||
'1 1 alias "issue #677"' # x
|
||||
'1 1 alias' # x
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue