summaryrefslogtreecommitdiffstats
path: root/Etc/BUGS
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2026-05-24 16:09:00 +0200
committerMikael Magnusson <mikachu@gmail.com>2026-05-25 07:10:42 +0200
commit054975eefc5e6f03548c972025ae23401dfc449b (patch)
tree0a5d8242c63a6c87e77dddb6d86e4e11e9f4733f /Etc/BUGS
parent54609 + 54606: additional fixes for interactive menu selection (diff)
downloadzsh-master.tar
zsh-master.tar.gz
zsh-master.tar.bz2
zsh-master.tar.lz
zsh-master.tar.xz
zsh-master.tar.zst
zsh-master.zip
54609: fix accept-and-hold completion for words with leading quotesHEADmaster
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 'Etc/BUGS')
0 files changed, 0 insertions, 0 deletions