mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
tests: Unbreak the build on zsh 5.0.8 and older.
This commit is contained in:
parent
deee22ed42
commit
9d380805d7
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue