1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 22:11:54 +02:00

unposted (cf. 36200): back out _expand backslash handling change from 34961.

This commit is contained in:
Barton E. Schaefer 2015-08-17 13:12:30 -07:00
parent bd89f38fb7
commit c5a13d2d01
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2015-08-17 Barton E. Schaefer <schaefer@zsh.org>
* unposted (cf. 36200): Completion/Base/Completer/_expand: back out
backslash handling change from 34961.
2015-08-17 Peter Stephenson <p.w.stephenson@ntlworld.com>
* unposted: Doc/Zsh/contrib.yo: use of $f in zmv.

View file

@ -87,7 +87,7 @@ if [[ "$force" = *s* ]] ||
setopt aliases
eval 'exp=( ${${(e)exp//\\[
]/ }//(#b)([ \\
]/ }//(#b)([
])/\\$match[1]} )' 2>/dev/null
setopt NO_aliases
else