zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] Match more shared library names.
@ 2014-07-23 11:17 Frank Terbeck
  0 siblings, 0 replies; only message in thread
From: Frank Terbeck @ 2014-07-23 11:17 UTC (permalink / raw)
  To: zsh-workers; +Cc: Ansgar Burchardt

From: Ansgar Burchardt <ansgar@debian.org>

---

  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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-23 11:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-23 11:17 [PATCH] Match more shared library names Frank Terbeck

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).