From 0a36137ddafa0b03a35e19d1ccc3c31959c71794 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 3 May 2000 11:25:12 +0000 Subject: 11106: Completion/User/_mount: fix glob for device files. --- ChangeLog | 6 +++++- Completion/User/_mount | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d85d779ef..ae5ac9ec2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-05-03 Tanaka Akira + + * 11106: Completion/User/_mount: fix glob for device files. + 2000-05-03 Peter Stephenson * 11096: Test/ztst.zsh, Test/13parameter.ztst: fix test output @@ -30,7 +34,7 @@ 2000-05-02 Tanaka Akira - * 11075: install completion functions for AIX and BSD. + * 11075: configure.in: install completion functions for AIX and BSD. 2000-05-02 Andrew Main diff --git a/Completion/User/_mount b/Completion/User/_mount index 0d8d0996f..b0d20ca98 100644 --- a/Completion/User/_mount +++ b/Completion/User/_mount @@ -554,7 +554,7 @@ devordir) _message "no device or directory with option \`-a'" else _alternative \ - 'devices:device:compadd /dev/\*' \ + 'devices:device:{compadd "$expl[@]" /dev/*}' \ 'directories:mount point:_files -/' && ret=0 fi ;; -- cgit 1.4.1