Skip to content

Separate zsh completion groups for make #55

@ZeroKnight

Description

@ZeroKnight

By default, zsh completion for the make command clumps everything together:

 > > make target
 > > make variable
 > > file
all    clean    foo    build/
etc...

This sucks, and a zstyle should be added to separate them like I've done with other commands.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzshZsh Configuration

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions