Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 937747

Summary: app-shells/zsh completion doesn't correctly work with commands containing dashes
Product: Gentoo Linux Reporter: Joe Breuer <gentoo>
Component: Current packagesAssignee: Mike Gilbert <floppym>
Status: UNCONFIRMED ---    
Severity: normal CC: tamiko
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild patch to include upstream patch to fix completion of commands with dashes

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.