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

Small nitpick: _nm completion



Hi,

the completion for nm checks for executables, .a, .o or .so files, but
it is too restrictive in that it doesn't complete directories for
paths to these files:

zsh-5.0.7-0-g208bded
nm /usr<TAB>      => nothing
nm /usr/bin<TAB>  => lots of binaries

I think it should complete general directories too, just like every
other file completion I can think of.

Thanks,
-- 
Christian Neukirchen  <chneukirchen@xxxxxxxxx>  http://chneukirchen.org



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