mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 17:24:50 +01:00
Merge from trunk for a new 4.2 release.
This commit is contained in:
parent
184de56266
commit
797e07ff5e
1 changed files with 2 additions and 0 deletions
|
@ -85,9 +85,11 @@ if [[ "$force" = *s* ]] ||
|
|||
### the following expression, too. We don't want that, but I have no
|
||||
### idea how to fix it.
|
||||
|
||||
setopt aliases
|
||||
eval 'exp=( ${${(e)exp//\\[
|
||||
]/ }//(#b)([
|
||||
])/\\$match[1]} )' 2>/dev/null
|
||||
setopt NO_aliases
|
||||
else
|
||||
exp=( ${exp:s/\\\$/\$} )
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue