Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] Match more shared library names.
- X-seq: zsh-workers 32895
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH] Match more shared library names.
- Date: Wed, 23 Jul 2014 13:17:01 +0200
- Cc: Ansgar Burchardt <ansgar@xxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
From: Ansgar Burchardt <ansgar@xxxxxxxxxx>
---
Received via Debian's BTS:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755789
Completion/Unix/Command/_nm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Completion/Unix/Command/_nm b/Completion/Unix/Command/_nm
index 5638014..3ceb8c9 100644
--- a/Completion/Unix/Command/_nm
+++ b/Completion/Unix/Command/_nm
@@ -21,7 +21,7 @@ case $state in
_alternative \
"object-files:object file:_path_files -g '*.o'" \
"executable-files:executable file:_path_files -g '*(*)'" \
- "dynamic-libraries:dynamic library:_path_files -g '*.so'" \
+ "dynamic-libraries:dynamic library:_path_files -g '*.so(.*)#'" \
"static-libraries:static library:_path_files -g '*.a'" \
"directories:directory:_path_files -g '*(/)'" && ret=0
;;
--
2.0.1
Messages sorted by:
Reverse Date,
Date,
Thread,
Author