On 1/20/06, Axel Liljencrantz <[EMAIL PROTECTED]> wrote: [...] > Ok, I reinstalled 1.20.0 and I cannot reproduce this. I've tried > switching locales, using different directories, logging in/out, no > results. > > Does this happen with all files that lack a dot, or just some of them?
It seems to happen if the filenames to be completed have no dot, but the name of their directory has a dot: fish> mkdir d.; touch d./a d./b fish> ls d./<TAB> d./a,\ empty d./b,\ empty fish> ls d./<TAB> ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
