From 53e44daeba8481858cded683a780841085f36988 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 8 Dec 2014 09:53:10 +0000 Subject: 33927: nm completion improvements Complete .elf files. Allow directory searches. --- Completion/Unix/Command/_nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Unix/Command/_nm') diff --git a/Completion/Unix/Command/_nm b/Completion/Unix/Command/_nm index 6c95a0d85..7f395d614 100644 --- a/Completion/Unix/Command/_nm +++ b/Completion/Unix/Command/_nm @@ -3,10 +3,10 @@ local args files _nm_object_file() { - [[ -x $REPLY || $REPLY = *.([ao]|so) ]] + [[ -x $REPLY || $REPLY = *.([ao]|so|elf) ]] } -files="*:object file:_path_files -g '*(-.e:_nm_object_file:)'" +files="*:object file:_files -g '*(-.e:_nm_object_file:)'" args=( '(-A -o --print-file-name)'{-A,-o,--print-file-name}'[print name of input file on each line]' '(--demangle)-C[decode symbol names]' -- cgit 1.4.1