Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Annoying 3.0.4 bug
- X-seq: zsh-workers 3290
- From: Andy Wick <awick@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Annoying 3.0.4 bug
- Date: Mon, 23 Jun 1997 14:40:53 -0400
This wasn't in 3.0.2, don't know about 3.0.3.
When using the history after using menu completion
there is a space at the end of the command for every
tab you hit.
Important config options:
setopt menu_complete nolistbeep
bindkey ^[[A" up-line-or-search
Commands:
> cd /tmp
> mkdir /tmp/a
> touch a/a a/b a/c
> ls a/<TAB>
> ls<UP ARROW>
ZSH: "> ls a/a " - Notice one space
> ls a/<TAB><TAB>
> ls<UP ARROW>
ZSH: "> ls a/b " - Notice two spaces
> ls a/<TAB><TAB><TAB>
> ls<UP ARROW>
ZSH: "> ls a/c " - Notice three spaces
Thanks,
Andy
--
awick@xxxxxx Andy Wick
awick@xxxxxxxxxx Virginia Tech
Messages sorted by:
Reverse Date,
Date,
Thread,
Author