about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-22 13:19:31 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-22 13:19:31 +0000
commit6276757fe911f692e5a6fdd192ae3ea768d8e359 (patch)
tree04da6fd8e7360ea00cbc2c6868d1c7ea17d2ce16
parent7d30343f32eb8df25d2b21b8b3e4f6d4386bd1cc (diff)
downloadzsh-6276757fe911f692e5a6fdd192ae3ea768d8e359.tar.gz
zsh-6276757fe911f692e5a6fdd192ae3ea768d8e359.tar.xz
zsh-6276757fe911f692e5a6fdd192ae3ea768d8e359.zip
zsh-workers/7995
-rw-r--r--Completion/Builtins/_zmodload2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Builtins/_zmodload b/Completion/Builtins/_zmodload
index a4f13c0ed..429128517 100644
--- a/Completion/Builtins/_zmodload
+++ b/Completion/Builtins/_zmodload
@@ -10,5 +10,5 @@ elif [[ "$fl" = -*u* ]]; then
   compadd "$expl[@]" - $(zmodload)
 else
   _description expl 'module file'
-  compadd "$expl[@]" - ${^module_path}/*(N:t:r)
+  compadd "$expl[@]" - ${^module_path}/*.s[ol](N:t:r)
 fi