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

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



% mkdir a-b

% touch a-b/{c,d}

 

Type 'ls a-b' without quotes and press tab multiple times, zsh will cycle
through 'ls a-b/c' and 'ls a-b/d'.

But if GLOB_COMPLETE is on, zsh only complete up to 'a-b/'.



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