We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab88dfa commit 7fd44bcCopy full SHA for 7fd44bc
highlighters/main/test-data/alias-parameter.zsh
@@ -29,7 +29,7 @@
29
# -------------------------------------------------------------------------------------------------
30
31
alias '$foo'='echo alias'
32
-foo=(echo param)
+local foo; foo=(echo param)
33
34
BUFFER='$foo'
35
0 commit comments