We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d38080 commit 4546756Copy full SHA for 4546756
highlighters/main/test-data/param-precommand-option-argument3.zsh
@@ -29,7 +29,7 @@
29
# -------------------------------------------------------------------------------------------------
30
31
# See also alias-precommand-option-argument3.zsh
32
-local -a sudo_u=(sudo -u)
+local -a sudo_u; sudo_u=(sudo -u)
33
sudo(){}
34
35
BUFFER='$sudo_u phy1729 ls foo'
0 commit comments