mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-01-30 09:47:13 +08:00
tests: Unbreak the build on zsh 5.0.8 and older.
This commit is contained in:
parent
deee22ed42
commit
9d380805d7
@ -29,7 +29,7 @@
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
|
||||
# See also alias-precommand-option-argument1.zsh
|
||||
local -a sudo_u=(sudo -u)
|
||||
local -a sudo_u; sudo_u=(sudo -u)
|
||||
sudo(){}
|
||||
|
||||
BUFFER='$sudo_u phy1729 echo foo'
|
||||
|
Loading…
Reference in New Issue
Block a user