mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
zsh-workers/8589
This commit is contained in:
parent
f9a6f521d6
commit
9873dda3aa
1 changed files with 1 additions and 1 deletions
|
@ -2053,7 +2053,7 @@ add_match_data(int alt, char *str, Cline line,
|
|||
cm->pre = pre;
|
||||
cm->suf = suf;
|
||||
cm->flags = flags;
|
||||
if (*compqstack == '\\' ||
|
||||
if ((*compqstack == '\\' && compqstack[1]) ||
|
||||
(autoq && *compqstack && compqstack[1] == '\\'))
|
||||
cm->flags |= CMF_NOSPACE;
|
||||
if (nbrbeg) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue