Skip to content

$READNULLCMD / $NULLCMD are red #716

Open
@danielshahaf

Description

@danielshahaf
% tests/generate.zsh '$NULLCMD | $READNULLCMD' main nullcmd 'local NULLCMD=cat READNULLCMD=f; f(){};' 
Set copyright year to 2020? y
local NULLCMD=cat READNULLCMD=f; f(){};

BUFFER=$'$NULLCMD | $READNULLCMD'

expected_region_highlight=(
  '1 8 unknown-token' # $NULLCMD
  '10 10 commandseparator' # |
  '12 23 unknown-token' # $READNULLCMD
)

That's likely because they're special, and as such don't get expanded (which makes this another case of #695):

% p ${(t)READNULLCMD} ${(t)NULLCMD}
scalar-special scalar-special

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