Skip to content

Commit 9d38080

Browse files
committed
tests: Unbreak the build on zsh 5.0.8 and older.
1 parent deee22e commit 9d38080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highlighters/main/test-data/param-precommand-option-argument1.zsh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# -------------------------------------------------------------------------------------------------
3030

3131
# See also alias-precommand-option-argument1.zsh
32-
local -a sudo_u=(sudo -u)
32+
local -a sudo_u; sudo_u=(sudo -u)
3333
sudo(){}
3434

3535
BUFFER='$sudo_u phy1729 echo foo'

0 commit comments

Comments
 (0)