mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
tests: Fix another instance of issue from the last commit.
This commit is contained in:
parent
9d380805d7
commit
4546756500
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
# -------------------------------------------------------------------------------------------------
|
||||
|
||||
# See also alias-precommand-option-argument3.zsh
|
||||
local -a sudo_u=(sudo -u)
|
||||
local -a sudo_u; sudo_u=(sudo -u)
|
||||
sudo(){}
|
||||
|
||||
BUFFER='$sudo_u phy1729 ls foo'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue