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

Re: another Problem with ignore-line



> I can't reproduce it. Is completing `subdir/' first a necessary step to
> reproduce this?
No, I included it just for demonstration.

> Can you try to reproduce it starting from zsh -f. Does the
> ignore-line style definitely make a difference here?
You're right.  In that case it doesn't make a difference!

But I can't find the culprit.  Only that it has to do with this line:
 zstyle ':completion:*' completer _expand_dots _complete _match _correct

If I remove it from my rcs, the completion after "a" works.
Oh, wait it's enough to remove "completer" from it.  Strange!
So if I replace
 zstyle ':completion:*' completer _expand_dots _complete _match _correct
with
 zstyle ':completion:*' _expand_dots _complete _match _correct
everything is fine or better said: seems to be fine for now.

Can you understand this?
 Andy.

-- 
                              o      _     _         _
  ------- __o       __o      /\_   _ \\o  (_)\__/o  (_)          -o)
  ----- _`\<,_    _`\<,_    _>(_) (_)/<_    \_| \   _|/' \/       /\\
  ---- (_)/ (_)  (_)/ (_)  (_)        (_)   (_)    (_)'  _\o_    _\_v
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 "Let's just be friends -- friends who never talk or see each other."
  -- David Letterman, 7-22-92



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