zsh-users/zsh-syntax-highlighting

History expansion followed by non-history char

Open

#713 opened on 2020年3月22日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Shell (22,617 stars) (1,371 forks)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