Hi, Thanks for your reply Indeed, I noticed I had aliased long time ago ! to sudo (which I forgot)
setopt gives : autocd autopushd chaselinks correct correctall extendedglob globdots histignoredups histnofunctions histreduceblanks histverify interactive interactivecomments markdirs menucomplete monitor nullglob pushdsilent pushdtohome sharehistory shinstdin zle Raphael 2016-11-03 2:34 GMT+01:00 Daniel Shahaf <danie...@apache.org>: > 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 >