Skip to content

FEAT: Add matcha.clear_status to Plugin API #605

@andrinoff

Description

@andrinoff

Is your feature request related to a problem?

Plugins can set status messages using matcha.set_status(area, text), but there is no explicit way to clear a status message other than setting it to an empty string.

Describe the solution you'd like

Add a matcha.clear_status(area) function or allow matcha.set_status(area, nil) to explicitly remove a status message.

Describe alternatives you've considered

Setting to an empty string (current way, but less explicit).

Additional context

Check plugin/api.go:luaSetStatus.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions