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

RE: When GLOB_COMPLETE is on, tab completion does not work with path containing hyphens



I found another glitch.
$ zsh --version
zsh 5.7.1 (x86_64-slackware-linux-gnu)
$ zsh -f
% setopt GLOB_COMPLETE
% unsetopt MENU_COMPLETE
% touch a-{b..d}
% ls a
Press tab twice, zsh should only complete up to 'a-' rather than inserting the first possible match.
cf.
% touch ee{f..h}
Is this related?



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