mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
tests: Fix previous
This commit is contained in:
parent
ab88dfad27
commit
7fd44bc429
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
# -------------------------------------------------------------------------------------------------
|
# -------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
alias '$foo'='echo alias'
|
alias '$foo'='echo alias'
|
||||||
foo=(echo param)
|
local foo; foo=(echo param)
|
||||||
|
|
||||||
BUFFER='$foo'
|
BUFFER='$foo'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue