zsh-users/zsh-syntax-highlighting

History expansion followed by non-history char

Open

#713 创建于 2020年3月22日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Shell (1,371 fork)batch import
Improvementgood first issue

仓库指标

Star
 (22,617 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南