Hi,

I think I found another bug:

When I do one of

    $ vi /etc/m<TAB>
    $ vim /etc/m<TAB>
    $ emacs /etc/m<TAB>

the completions only list directories, even though there's
/etc/make.conf for example. When I do

    $ {vi[m],emacs} /etc/make.c<TAB>

it expands properly into /etc/make.conf.

ls/less/nano and all other commands I tested complete files and
directories.

And the completion for emacs/vi[m] list directories with known file
endings as directories and as files:

    $ vi /etc/<TAB>
    [...]
    /etc/conf.d     (D source code)
    /etc/conf.d/        (Directory)
    /etc/dev.d      (D source code)
    /etc/dev.d/         (Directory)
    /etc/env.d      (D source code)
    /etc/env.d/         (Directory)
    [...]

Bye,
Tassilo


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to