Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: seg fault with completion
- X-seq: zsh-workers 15429
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Oliver Kiddle" <okiddle@xxxxxxxxxxx>, <zsh-workers@xxxxxxxxxx>
- Subject: RE: seg fault with completion
- Date: Fri, 20 Jul 2001 13:41:34 +0400
- Importance: Normal
- In-reply-to: <3B57F8FB.6F42295C@xxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
>
> This is in version 4.0.2 too so is not new.
>
> s=( $a[(<tab> )
> cursor positioned where I have put `<tab>'.
>
Now it's my turn to say "works for me" :-) (but in CVS version)
bor@itsrm2% s=($a[(TAB
Completing subscript flags
I -- highest index of value matched by subscript
...
It is not exactly your example, but then I get very strange result:
bor@itsrm2% s=( $a[(TAB )
bor@itsrm2% s=( $a[( )!
Completing parameter
! # $ ? ARGC BAUD
COLUMNS EGID ERRNO EUID GID HISTSIZE
KEYTIMEOUT LINENO LINES LISTMAX LOGCHECK MAILCHECK
OPTIND PPID RANDOM SECONDS SHLVL TTYIDLE
UID status
Hmm ...
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author