zsh-users/zsh-syntax-highlighting

History expansion followed by non-history char

Open

#713 创建于 2020年3月22日

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

描述

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.

贡献者指南

History expansion followed by non-history char · zsh-users/zsh-syntax-highlighting#713 | Good First Issue