Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion on brace + 4 characters doesn't work
On Apr 28, 1:11pm, Vincent Lefevre wrote:
}
} $ zsh-beta -f
} xvii% echo $ZSH_VERSION
} 4.3.11-dev-2-cvs0421
ZSH_PATCHLEVEL is more useful now because it doesn't include any local
modifications (like "-cvs0421") that are meaningless to those of us
who aren't involved with whatever precompiled package one may have
installed.
} xvii% ls -a
} . .. abcdef
} xvii% echo ./{abcd
}
} Here when I hit [Tab], nothing is completed. However, the completion
} works if I remove the d.
If you're starting from zsh -f then this is the old compctl which is
pretty much unmaintained at this point.
However, I'm not able to reproduce this problem on my CentOS 4 box:
torch% echo $ZSH_VERSION $ZSH_PATCHLEVEL
4.3.11-dev-2 1.5265
torch% ls -a
. .. abcdef
torch% echo ./{abcdef,
Messages sorted by:
Reverse Date,
Date,
Thread,
Author