mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-01-30 09:47:13 +08:00
tests: Fix another instance of issue from the last commit.
This commit is contained in:
parent
9d380805d7
commit
4546756500
@ -29,7 +29,7 @@
|
|||||||
# -------------------------------------------------------------------------------------------------
|
# -------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
# See also alias-precommand-option-argument3.zsh
|
# See also alias-precommand-option-argument3.zsh
|
||||||
local -a sudo_u=(sudo -u)
|
local -a sudo_u; sudo_u=(sudo -u)
|
||||||
sudo(){}
|
sudo(){}
|
||||||
|
|
||||||
BUFFER='$sudo_u phy1729 ls foo'
|
BUFFER='$sudo_u phy1729 ls foo'
|
||||||
|
Loading…
Reference in New Issue
Block a user