raphael wrote on Wed, Nov 02, 2016 at 23:02:43 +0100: > Package: zsh-syntax-highlighting > Version: 0.5.0-1 > Severity: important > > Hi, > > Since last upgrade, after a few commands I get for every commands : > _zsh_highlight_main__type:35: no matches found: (( 1 )) > _zsh_highlight_highlighter_main_paint:490: no matches found: (( already_added > )) >
These lines are: if ! (( already_added )); then if ! (( $+REPLY )); then Have you aliased «!» to anything? Can you share the output of `setopt` (without arguments)? Or — instead of these two — could you provide a minimal zshrc that reproduces the problem? Thanks, Daniel