zsh-users/zsh-syntax-highlighting

History expansion followed by non-history char

Aberta

#713 aberto em 22 de mar. de 2020

 (1 comentário) (0 reação) (0 responsável)Shell (1.371 forks)batch import
Improvementgood first issue

Métricas do repositório

Stars
 (22.617 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

A history expansion followed by a character ineligible for history expansion (e.g. =) isn't highlighted correctly. !!= unquoted is all highlighted as history expansion and "!!=" terminates the history expansion style on the first ! rather than the second.

Guia do colaborador