diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2026-05-24 16:09:00 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2026-05-25 07:10:42 +0200 |
| commit | 054975eefc5e6f03548c972025ae23401dfc449b (patch) | |
| tree | 0a5d8242c63a6c87e77dddb6d86e4e11e9f4733f /Completion/Unix/Command | |
| parent | 54609 + 54606: additional fixes for interactive menu selection (diff) | |
| download | zsh-054975eefc5e6f03548c972025ae23401dfc449b.tar zsh-054975eefc5e6f03548c972025ae23401dfc449b.tar.gz zsh-054975eefc5e6f03548c972025ae23401dfc449b.tar.bz2 zsh-054975eefc5e6f03548c972025ae23401dfc449b.tar.lz zsh-054975eefc5e6f03548c972025ae23401dfc449b.tar.xz zsh-054975eefc5e6f03548c972025ae23401dfc449b.tar.zst zsh-054975eefc5e6f03548c972025ae23401dfc449b.zip | |
The intention here was probably to skip leading braces, but the code
is a no-op because m->qipl is 0 in that case. When there is a quote, we
don't want to skip it, so just remove that thing.
There can never be a combination of both cases, "{<tab> will quote the
brace and not actually do brace completion, and for {"<tab> other code
will remove the " because we only handle leading quotes (I think?).
Diffstat (limited to 'Completion/Unix/Command')
0 files changed, 0 insertions, 0 deletions
