Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 937747 - app-shells/zsh completion doesn't correctly work with commands containing dashes
Summary: app-shells/zsh completion doesn't correctly work with commands containing dashes
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2024-08-11 08:13 UTC by Joe Breuer
Modified: 2024-08-11 14:40 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild patch to include upstream patch to fix completion of commands with dashes (zsh-fix-dashed-commands-completion.patch,1.30 KB, patch)
2024-08-11 08:13 UTC, Joe Breuer
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Breuer 2024-08-11 08:13:29 UTC
Created attachment 899828 [details, diff]
ebuild patch to include upstream patch to fix completion of commands with dashes

When a command contains a dash character '-', (at least) compctl completions defined for that command do not take effect.

See https://www.zsh.org/mla/workers/2023/msg00435.html

Since I was affected, I rolled that patch into a local ebuild, as attached.