Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh-3.1.2-beta menu completion strange behavior
- X-seq: zsh-workers 3254
- From: yamagata@xxxxxxxxxxxx
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: zsh-3.1.2-beta menu completion strange behavior
- Date: Thu, 19 Jun 1997 02:16:03 +0900
Hello,
Nowadays I am testing zsh-3.1.2-beta
it's completion is differ from zsh-3.1.1,
Without no zshrc, zshenv, doing
nwgpc% mkdir aa
nwgpc% mkdir aa/bb
nwgpc% touch aa/bb/cc
nwgpc% touch aa/bb/cc.0
nwgpc% touch aa/bb/cc.1
and, type
nwgpc% ls a[TAB]
then I got
nwgpc% ls aa/
then hit TAB key twice more, I got
nwgpc% ls aa/bb/cc
^cursor is here.
After I hit Return key, last "c" character is removed and,
nwgpc% ls aa/bb/c
ls: aa/bb/c: No such file or directory
When I used zsh-3.1.1, it successfully execute "ls aa/bb/cc".
Why? What should I do?
yamagata
Messages sorted by:
Reverse Date,
Date,
Thread,
Author