Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: _multi_parts and -q
On Jun 20, 10:40pm, Danek Duvall wrote:
} Subject: Re: _multi_parts and -q
}
} On Mon, Jun 20, 2011 at 10:03:34PM -0700, Bart Schaefer wrote:
}
} > + if (( $matches[(I)${tmp1[1]}${sep}*] )) &&
} > + ! (( $matches[(I)${tmp1[1]}] )); then
}
} This doesn't seem to do the trick for me. The slash is auto-removed, all
} right, but immediately after I hit tab.
Sorry, I meant to explain that wasn't really a fix -- it's just showing
that it's not possible to get _multi_parts to pass through the -q flag
consistently without some kind of tweaking. That is, the workaround
that PWS suggested is not really a workaround in general.
--
Messages sorted by:
Reverse Date,
Date,
Thread,
Author