Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

RE: Something odd in _match



> 
> Andrej Borsenkow wrote:
> 
> > Is it really supposed to be so:
> > 
> >   if (( ret )); then
> >     [[ "$compconfig[match_insert]" = unambig* &&
> >        $#compstate[unambiguous] -ge ${#:-${PREFIX}${SUFFIX}} ]] && 
> >                                                              ^^^^^^^
> >         compstate[pattern_insert]=unambiguous
> >     return 0
> >   fi
> 
> What's wrong with that?
> 


Ahem ... I missed the fact that ``if'' was missing ... sorry for that :-(



Messages sorted by: Reverse Date, Date, Thread, Author