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

list-dirs-first bug



Hello.

I still have the problem with list-dirs-first that I reported at
2011-06-02:

% mkdir test
% cd test
% mkdir test test\ II # two big 'i'
% mkdir test/1 test/2
% touch test\ II/qwe
% ls test/<TAB>
1/  2/
qwe

If I comment this string:
zstyle ':completion:*' list-dirs-first true
all works as expected.

-- 
sergio.



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