Skip to content

RFC: Highlight warnings (valid syntax that might not do what its author intended)? #691

Open
@danielshahaf

Description

@danielshahaf

Consider:

% cd ~/src/zsh
% print -l Test/V<1-2>*

That command prints:

V01zmodload.ztst
V02zregexparse.ztst
V10private.ztst
V11db_gdbm.ztst
V12zparseopts.ztst
V13zformat.ztst

This behaviour is correct, but might not be what the user intended.

Would it be useful to highlight such things as warnings?

(To clarify, I'm only asking about the user-visible functionality. How to implement it is a different kettle of fish.)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions