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 deee22e commit 9d38080Copy full SHA for 9d38080
highlighters/main/test-data/param-precommand-option-argument1.zsh
@@ -29,7 +29,7 @@
29
# -------------------------------------------------------------------------------------------------
30
31
# See also alias-precommand-option-argument1.zsh
32
-local -a sudo_u=(sudo -u)
+local -a sudo_u; sudo_u=(sudo -u)
33
sudo(){}
34
35
BUFFER='$sudo_u phy1729 echo foo'
0 commit comments